"Arraylist" is not found on TREX in Japanese-English direction
Try Searching In English-Japanese (Arraylist)

Low quality sentence examples

ArrayListはTribeオブジェクトのコレクションです。
The ArrayList is a collection of Tribe objects.
VectorとArrayListの違いは何か。
Difference between Vector and ArrayList?
ArrayListを使用してListViewを読み込む?
Populating a ListView using an ArrayList?
どのように迅速かつ便利に1つの要素arraylistを作成する。
How to quickly and conveniently create a one element arraylist.
どのようにArrayListをソートするのですか?
How to sort an ArrayList?
配列の初期化に相当するArrayListの初期化。
ArrayList initialization equivalent to array initialization.
JavaでArrayListの上でLinkedListを使用する場合。
When to use LinkedList over ArrayList?
あなたのメソッドはint配列のArrayListを返すべきです。
Your method should return an ArrayList of int arrays.
どのように値を持つArrayListを宣言しますか?
How to declare an ArrayList with values?
ArrayListに格納できるデータは全てObject型である。
ArrayList can be stored everything as an object.
ArrayListを逆にする最も簡単な方法は何ですか?
What is the Simplest Way to Reverse an ArrayList?
最初の容量のArrayListを開始するのはなぜですか?
Why start an ArrayList with an initial capacity?
ArrayListは要素のリスト内の挿入や削除に弱い。
It is faster than ArrayList for insertion and deletion of elements from the middle of a list.
整数を含むArrayListをプリミティブint配列に変換する方法は?
How to convert an ArrayList containing Integers to primitive int array?
ArrayListクラスのオブジェクトは下記のように作成します。
The ArrayList class is founded as follows.
Java:複数の小さなArrayListArrayListを分割するにはどうすればいいですか?
Java: how can I split an ArrayList in multiple small ArrayLists?
例ではArrayListで複数のフッタ情報を取得している。
In the sample, it uses ArrayList to get several footer informations.
どのようにArrayListをクローンし、その内容を複製する?
How to clone ArrayList and also clone its contents?
List<T>クラスは、ArrayListクラスに相当する汎用です。
The List<T> class is the generic equivalent of the ArrayList class.
どのようにArrayListのcontains()メソッドはオブジェクトを評価しますか?
How does a ArrayList's contains() method evaluate objects?