Package | Description |
---|---|
javolution.util |
High-performance collection classes with
worst case execution time behavior documented. |
Modifier and Type | Field and Description |
---|---|
static Index |
Index.ZERO
Holds the index zero (value
0 ). |
Modifier and Type | Method and Description |
---|---|
Index |
Index.copy()
Returns a copy of this index or
this if the indexes
is small (in permanent memory) in order to maintain unicity. |
Index |
Index.next()
Returns the index after this one.
|
Index |
Index.Decimal.parse(CharSequence csq,
Cursor cursor) |
Index |
Index.previous()
Returns the index before this one.
|
Index |
Index.value() |
static Index |
Index.valueOf(int value)
Returns the index for the specified
int non-negative
value (returns a preallocated instance if the specified value is
small). |
Modifier and Type | Method and Description |
---|---|
FastBitSet |
FastBitSet.addAll(Index... elements) |
int |
Index.compareTo(Index that)
Compares this index with the specified index for order.
|
Appendable |
Index.Decimal.format(Index obj,
Appendable dest) |
Modifier and Type | Method and Description |
---|---|
FastBitSet |
FastBitSet.addAll(FastCollection<? extends Index> elements) |
Copyright © 2005-2013 Javolution. All Rights Reserved.