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