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