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