| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.booleans |
Provides type-specific classes for boolean elements or keys.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanBigArrayBigList |
BooleanBigArrayBigList.clone() |
static BooleanBigArrayBigList |
BooleanBigArrayBigList.wrap(boolean[][] a)
Wraps a given big array into a big-array big list.
|
static BooleanBigArrayBigList |
BooleanBigArrayBigList.wrap(boolean[][] a,
long length)
Wraps a given big array into a big-array list of given size.
|
| Modifier and Type | Method and Description |
|---|---|
int |
BooleanBigArrayBigList.compareTo(BooleanBigArrayBigList l)
Compares this big list to another big list.
|
boolean |
BooleanBigArrayBigList.equals(BooleanBigArrayBigList l)
Compares this type-specific big-array list to another one.
|
Copyright © 2020. All rights reserved.