What is the translation of " ARRAYLIST " in Chinese?

一个arraylist

Examples of using Arraylist in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
For example, the ArrayList.
比如我们使用Arraylist
Vector and ArrayList are very similar.
Vector和ArrayList是类似的。
Determines whether an element is in the ArrayList.
判断某个元素是否在Queue中。
Sometimes ArrayList is better;
有的时候ArrayList更好一些;.
ArrayList and LinkedList are two implementations of List.
ArrayList和LinkedList是两个主要的实现类;.
What is difference between ArrayList and vector?
ArrayList和Vector的区别是什么??
The ArrayList class supports three constructors.
ArrayList类支持3个构造方法。
In the above example, we have created an ArrayList collection.
在上面的示例中,我们创建了一个ArrayList集合。
Unlike arrays, an ArrayList can hold data of multiple data types.
与数组不同,ArrayList可以保存多种数据类型的数据。
So in our case, the DShapeList class contains two ArrayList objects.
因此在本例中,DShapeList类包含了两个ArrayList对象。
The ArrayList object is a collection of items containing a single data value.
ArrayList对象是包含单个数据值的项目的集合。
In our example we will use one of the simple lists,called an ArrayList.
在我们的示例中,我们将使用一个名为ArrayList的简单列表。
The ArrayList object is a collection of items containing a single data value.
ArrayList对象是包含单一数据值的项目的集合。
As more elements are added to ArrayList, its size is increased dynamically.
随着越来越多的元素被添加到ArrayList中,其规模是动态增加的。
The ArrayList class has a removeIf method whose parameter is a Predicate.
ArrayList类有一个removeIf方法,它的参数就是一个Predicate:.
Let's now see the exact same example,only this time, the ArrayList isn't referenced by a static variable.
现在让我们来看看完全相同的例子,不过这一次,ArrayList没有被静态变量引用。
LinkedList and ArrayList are two different implementations of the List interface.
LinkedList和ArrayList是List接口的两种不同实现。
One more thing which increases this confusion is the size() method of ArrayList, which also returns how many elements ArrayList can hold.
另一个增加这种混淆的是arraylist的size()方法,它也返回arraylist可以容纳多少元素。
LinkedList and ArrayList are two different implementations of the List interface.
LinkedList与ArrayList是List接口的两种不同的实现。
As long as the non-interference requirement is satisfied, we can execute parallel operations safely andwith predictable results even on non-thread-safe sources such as ArrayList.
只要满足无干扰性,我们就可以安全的进行并行操作并得到可预测的结果,即便对线程不安全的集合(例如ArrayList)也是一样。
Key Code: There is an ArrayList in the abstract class that holds the observers.
关键代码:在抽象类里有一个ArrayList存放观察者们。
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).
JAVA集合类框架(理解框架图、HashMap、ArrayList、HashSet等的关系和区别,其中HashMap的存储机制几乎每次都有问).
Both ArrayList and LinkedList are two different implementations of the List interface.
LinkedList和ArrayList是List接口的两种不同实现。
So you need to do is to convert your array into ArrayList first then subsequently create a LinkedHashSet from that ArrayList.
您需要做的就是先将数组转换为ArrayList,然后再从该ArrayList创建一个LinkedHashSet。
Both ArrayList and LinkedList are two different implementations of the List interface.
LinkedList与ArrayList是List接口的两种不同的实现。
If you're using an ArrayList, this is going to be allocating an object with 3 ints on your heap:.
如果你正在使用ArrayList,这将会在堆上分配一个含3个int的对象:.
ArrayList elements are stored on continuous memory- which is exactly what the modern CPU architecture is optimizing for.
ArrayList元素存储在连续内存中,这正是现代CPU架构优化的内容。
If you're using an ArrayList, this is going to be allocating an object with 3 ints on your heap:.
如果你在使用ArrayList,那么这将会在你的堆内存里创建一个对象,并分配3个int类型的空间:.
A better analogy would be to the ArrayList class, which can hold arbitrary objects and can expand dynamically as new items are added.
一个更好的类比是ArrayList类,它可以保存任意对象,并且可以在增加新元素时动态扩展。
Objects of type ArrayList<Integer> and ArrayList<String> share the same class,and only one ArrayList class exists.
类型ArrayList<Integer>和ArrayList<String>的对象共享相同的类,并且只存在一个ArrayList类。
Results: 99, Time: 0.025

Top dictionary queries

English - Chinese