| Package | Description |
|---|---|
| org.genantics.array |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Array.Empty<V>
Empty is a singleton object representing the empty array.
|
protected static class |
Array.References<V>
A references array contains references to References or, at height 2, Values.
|
protected static class |
Array.Values<V>
A values array contains actual data.
|
| Modifier and Type | Field and Description |
|---|---|
static Array |
Array.EMPTY
An empty array suitable for growing.
|
| Modifier and Type | Method and Description |
|---|---|
static Array |
Array.newArray(int size,
Object initialValue) |
Array<V> |
IndexedAccess.set(int i,
V value) |
Array<V> |
Array.Empty.set(int i,
V value) |
Array<V> |
Array.Values.set(int i,
V value) |
Array<V> |
Array.References.set(int i,
V value) |
| Constructor and Description |
|---|
Array.ArrayState(Array<V> array,
int index) |
Copyright © 2015. All rights reserved.