ARRAYLIST in English translation

arrays
一系列
数组
阵列
各种
一组
亚锐
描阵
的数组
该数组

Examples of using Arraylist in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
现在让我们来看看完全相同的例子,不过这一次,ArrayList没有被静态变量引用。
Let's now see the exact same example, only this time, the ArrayList isn't referenced by a static variable.
在我们的示例中,我们将使用一个名为ArrayList的简单列表。
In our example we will use one of the simple lists, called an ArrayList.
注意对于非泛型数据源(如ArrayList),必须显式类型化范围变量。
For non-generic data sources such as ArrayList, the range variable must be explicitly typed.
通过ArrayList也是很简单的,因为你可以简单使用一个索引,而不是构造一个iterator。
Traversing an ArrayList is also easier since you can simply use an index instead of having to create an iterator.
使用Scala时,您不必过多担心int与Integer、arrays与ArrayList,或者单一抽象方法接口与函数。
In Scala, you don't worry much about int versus Integer, or arrays versus ArrayList, or single-abstract-method interfaces versus functions.
编写新的代码应该是相对直接的,因为你不太可能使用像HashTableor这样的旧的结构ArrayList
Writing new code should be relatively straightforward because you're unlikely to use older constructs like HashTable or ArrayList.
当注册观察者时,我们只要把它加到ArrayList的后面即可。
If it is the same length, we add it to the ArrayList.
应尽可能地使用这些类来代替普通的类,如System.Collections命名空间中的ArrayList
These should be used whenever possible in place of classes such as ArrayList in the System. Collections namespace.
应尽可能地使用这些类来代替普通的类,如System.Collections命名空间中的ArrayList
These should be used whenever possible instead of classes such as ArrayList in the System. Collections namespace.
有关更多信息,请参见如何:使用LINQ查询ArrayList和from子句(C参考)。
For more information, see How to: Query an ArrayList with LINQ(C).
Ruby中,你能做的操作之一是把类似ArrayList的类打开,然后向ArrayList中添加新方法。
One of the things you can do in Ruby is open classes like ArrayList, you can add new methods to ArrayList.
例如,如果元素的尺寸是固定的而且有优先顺序,我们应该使用数组,而不是ArrayList
For example if the size of the elements is fixed and know a priori, we shall use an Array, instead of an ArrayList.
考虑一个随元素个数增加而增长的动态数组,比如Java的ArrayList或者C++的std::vector。
Consider a dynamic array that grows in size as more elements are added to it, such as ArrayList in Java or std::vector in C++.
JAVA集合类框架(理解框架图、HashMap、ArrayList、HashSet等的关系和区别,其中HashMap的存储机制几乎每次都有问).
Java Collection Class Framework(understanding the relationships and differences between framework diagrams, HashMap, ArrayList, HashSet, etc., where HashMap's storage mechanism is almost always asked).
只要满足无干扰性,我们就可以安全的进行并行操作并得到可预测的结果,即便对线程不安全的集合(例如ArrayList)也是一样。
As long as the non-interference requirement is satisfied, we can execute parallel operations safely and with predictable results even on non-thread-safe sources such as ArrayList.
遍历ArrayList从技术角度来说更快,但除非你在做一些对性能异常敏感的东西,你不需要对此表示担心--它们都是常数时间的。
(Iterating over an ArrayList is technically faster, but unless you're doing something really performance-sensitive, you shouldn't worry about this-- they're both constants.).
以上方法也适用于ArrayList.
You may also find the following methods in ArrayList.
Vector和ArrayList是类似的。
Vector and ArrayList are very similar.
有的时候ArrayList更好一些;.
Sometimes ArrayList is better;
Arraylist<e>中E称为类型变量.
The E in"class ArrayList<E>" is defined as a type variable.
Results: 95, Time: 0.0278

Top dictionary queries

Chinese - English