| Package | Description |
|---|---|
| mikera.indexz | |
| mikera.indexz.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
Index
Class to represent a mutable list of integer indexes
Backed by an array
|
| Modifier and Type | Method and Description |
|---|---|
AIndex |
AIndex.clone() |
| Modifier and Type | Method and Description |
|---|---|
int |
AIndex.compareTo(AIndex a) |
Index |
Index.compose(AIndex a) |
Index |
AIndex.compose(AIndex a) |
static Index |
Indexz.createCopy(AIndex source) |
static Index |
Indexz.createRandomSubset(AIndex index,
double probability)
Returns a random subset of an Index, including each element with the given probability
|
boolean |
AIndex.equals(AIndex o) |
| Modifier and Type | Class and Description |
|---|---|
class |
ComputedIndex
Abstract base class for computed indexes.
|
class |
SequentialIndex
Class representing a sequential index [a, a+1, a+2.....
|
| Constructor and Description |
|---|
IndexIterator(AIndex source) |
Copyright © 2013. All Rights Reserved.