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