|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectBigArrayBigList | |
|---|---|
| it.unimi.dsi.fastutil.objects | Provides type-specific classes for object elements or keys. |
| Uses of ObjectBigArrayBigList in it.unimi.dsi.fastutil.objects |
|---|
| Methods in it.unimi.dsi.fastutil.objects that return ObjectBigArrayBigList | ||
|---|---|---|
ObjectBigArrayBigList<K> |
ObjectBigArrayBigList.clone()
|
|
static
|
ObjectBigArrayBigList.wrap(K[][] a)
Wraps a given big array into a big-array big list. |
|
static
|
ObjectBigArrayBigList.wrap(K[][] a,
long length)
Wraps a given big array into a big-array list of given size. |
|
| Methods in it.unimi.dsi.fastutil.objects with parameters of type ObjectBigArrayBigList | |
|---|---|
int |
ObjectBigArrayBigList.compareTo(ObjectBigArrayBigList<? extends K> l)
Compares this big list to another big list. |
boolean |
ObjectBigArrayBigList.equals(ObjectBigArrayBigList<K> l)
Compares this type-specific big-array list to another one. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||