| Package | Description |
|---|---|
| javolution.util |
| Modifier and Type | Field and Description |
|---|---|
static Index |
Index.ZERO
Holds the index zero (value
0). |
| Modifier and Type | Method and Description |
|---|---|
Index |
FastBitSet.valueOf(FastCollection.Record record) |
static Index |
Index.valueOf(int i)
Returns the unique index for the specified
int value
(creating it as well as the indices toward zero
if they do not exist). |
| Modifier and Type | Method and Description |
|---|---|
static List<Index> |
Index.rangeOf(int start,
int end)
Returns all the indices greater or equal to
start
but less than end. |
static List<Index> |
Index.valuesOf(int... indices)
Returns the list of all the indices specified.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FastBitSet.add(Index index)
Adds the specified index to this set.
|
int |
Index.compareTo(Index that) |
Copyright © 2005–2021 Javolution. All rights reserved.