| Package | Description |
|---|---|
| org.genantics.array | |
| org.genantics.list |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexedAccess<V> |
| Modifier and Type | Class and Description |
|---|---|
class |
Array<V> |
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 | Interface and Description |
|---|---|
interface |
CList<V>
Classical List interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CodedList<V>
CodedList implements a "CDR-coded" list.
|
class |
ConsList<V>
Classical immutable list.
|
class |
Nil<V> |
Copyright © 2015. All rights reserved.