What is the translation of " ARRAYLIST " in English? S

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

Examples of using Arraylist in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
比如我们使用Arraylist
We used arrays.
ArrayList类支持3个构造方法。
The ArrayList class supports three constructors.
比如我们使用Arraylist
For example, the ArrayList.
ArrayList随着添加数据而自动扩展。
An ArrayList automatically expands as data is added.
以上方法也适用于ArrayList.
You can apply this method for ArrayList too.
它类似于ArrayList,但有两点不同:.
It is similar to ArrayList, but with two differences:.
在这个简单的例子中,变量names的类型是ArrayList
In this example, the variable name is foo.
Vector&ArrayList哪一个更好?为什么?[转载]?
Vector or ArrayList-- which is better and why?
使用JSON将Dojo树连接至ArrayList.
Connecting a Dojo Tree to an ArrayList using JSON.
ArrayList中的元素可以通过索引随机获取一个元素。
Arrays elements can be obtained through their index.
获取Java中ArrayList中的第一个和最后一个元素.
Get first and last elements from ArrayList in Java.
ArrayList中的元素通过整数索引访问。
Elements in the ArrayList are accessed via an integer index.
获取Java中ArrayList中的第一个和最后一个元素.
Find out first and last occurrence of elements in ArrayList.
ArrayList对象是包含单个数据值的项目的集合。
The ArrayList object is a collection of items containing a single data value.
这个方法把ArrayList的元素Copy到一个新的数组中。
Copies the elements of the ArrayList to a new array.
ArrayList对象是包含单一数据值的项目的集合。
The ArrayList object is a collection of items containing a single data value.
与数组不同,ArrayList可以保存多种数据类型的数据。
Unlike arrays, an ArrayList can hold data of multiple data types.
因此在本例中,DShapeList类包含了两个ArrayList对象。
So in our case, the DShapeList class contains two ArrayList objects.
随着向ArrayList中不断添加元素,其容量也自动增长。
As elements are added an ArrayList, its capacity grows automatically.
ArrayList是List接口的可变数组的实现。
The ArrayList is a resizeable array implementation of the List interface.
随着向ArrayList中不断添加元素,其容量也自动增长。
As elements are added to an ArrayList, its capacity is increased automatically.
ArrayList是List接口的可变长数组实现。
The ArrayList is a resizeable array implementation of the List interface.
LinkedList和ArrayList是List接口的两种不同实现。
LinkedList and ArrayList are two different implementations of the List interface.
ArrayList类有一个removeIf方法,它的参数就是一个Predicate:.
The ArrayList class has a removeIf method whose parameter is a Predicate.
LinkedList与ArrayList是List接口的两种不同的实现。
LinkedList and ArrayList are two different implementations of the List interface.
ArrayList元素存储在连续内存中,这正是现代CPU架构优化的内容。
ArrayList elements are stored on continuous memory- which is exactly what the modern CPU architecture is optimizing for.
LinkedList和ArrayList是List接口的两种不同实现。
Both ArrayList and LinkedList are two different implementations of the List interface.
如果你正在使用ArrayList,这将会在堆上分配一个含3个int的对象:.
If you're using an ArrayList, this is going to be allocating an object with 3 ints on your heap:.
LinkedList与ArrayList是List接口的两种不同的实现。
Both ArrayList and LinkedList are two different implementations of the List interface.
一个更好的类比是ArrayList类,它可以保存任意对象,并且可以在增加新元素时动态扩展。
A better analogy would be to the ArrayList class, which can hold arbitrary objects and can expand dynamically as new items are added.
Results: 99, Time: 0.024
S

Synonyms for Arraylist

阵列 array 各种 亚锐 描阵

Top dictionary queries

Chinese - English