| Package | Description |
|---|---|
| mikera.indexz | |
| mikera.indexz.impl | |
| mikera.vectorz |
| Modifier and Type | Class and Description |
|---|---|
class |
Index
Class to represent a mutable list of integer indexes, typically used for indexing into
vectors or matrices.
|
| 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)
Composes this index with a second index, returning a new index.
|
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) |
| Modifier and Type | Method and Description |
|---|---|
static Vector |
Vector.create(AIndex a) |
Copyright © 2013. All Rights Reserved.