| パッケージ | 説明 |
|---|---|
| com.uwyn.jhighlight.fastutil.objects |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ObjectArrayList<K> |
ObjectArrayList.clone() |
static <K> ObjectArrayList<K> |
ObjectArrayList.wrap(K[] a)
Wraps a given array into an array list.
|
static <K> ObjectArrayList<K> |
ObjectArrayList.wrap(K[] a,
int length)
Wraps a given array into an array list of given size.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
ObjectArrayList.compareTo(ObjectArrayList<? extends K> l)
Compares this array list to another array list.
|
boolean |
ObjectArrayList.equals(ObjectArrayList<K> l)
Compares this type-specific array list to another one.
|
Copyright © 2011–2016. All rights reserved.