ARRAYLIST in Chinese translation

Examples of using Arraylist in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
ArrayList and LinkedList are two implementations of List.
LinkedList和ArrayList是List接口的两种不同实现。
When should I use List and when ArrayList?
C我应该什么时候使用List和什么时候应该使用arraylist??
Connecting a Dojo Tree to an ArrayList using JSON.
使用JSON将Dojo树连接至ArrayList.
ArrayList is internally backed by an Array.
ArrayList内部是通过数组实现的。
What is difference between ArrayList and vector?
ArrayList和Vector之间有什么区别?
Consequently Vector is thread-safe, and ArrayList isn't.
Vector是线程安全的,而ArrayList是非线程安全的。
Find first and last element of ArrayList in java.
获取Java中ArrayList中的第一个和最后一个元素.
ArrayList is a collection from a standard System. Collections namespace.
ArrayList是来自标准System.Collections命名空间的集合。
Vector or ArrayList-- which is better and why?
Vector还是ArrayList――哪一个更好,为什么??
You may also find the following methods in ArrayList.
以上方法也适用于ArrayList.
But what is the difference between ArrayList and LinkedList?
ArrayList和LinkedList有什么区别??
What is the difference between ArrayList and LinkedList?
ArrayList和LinkedList有什么区别??
The ArrayList is a resizeable array implementation of the List interface.
ArrayList是List接口的可变长数组实现。
There are two variations of the remove operation in ArrayList.
总结了两种删除ArrayList中重复元素的方法。
The ArrayList is a resizeable array implementation of the List interface.
ArrayList是List接口的可变数组的实现。
As elements are added an ArrayList, its capacity grows automatically.
随着向ArrayList中不断添加元素,其容量也自动增长。
For more information, see How to: Query an ArrayList with LINQ(C).
有关更多信息,请参见如何:使用LINQ查询ArrayList和from子句(C参考)。
The E in"class ArrayList<E>" is defined as a type variable.
Arraylist<e>中E称为类型变量.
ArrayList(): Constructs an empty list with an initial storage capacity of ten elements.
ArrayList(),构造一个初始容量为10的空列表。
Vector is almost identical to ArrayList, and the difference is that Vector is synchronized.
Vector非常类似于ArrayList,区别是Vector是线程同步的。
Results: 95, Time: 0.0231

Top dictionary queries

English - Chinese