| Package | Description |
|---|---|
| net.amygdalum.util.map | |
| net.amygdalum.util.tries |
| Modifier and Type | Method and Description |
|---|---|
ByteObjectMap<T> |
ByteObjectMap.add(byte key,
T value) |
| Constructor and Description |
|---|
EntryIterable(ByteObjectMap<T> map) |
EntryIterator(ByteObjectMap<T> map) |
| Modifier and Type | Method and Description |
|---|---|
ByteObjectMap<PreByteTrieNode<T>> |
PreByteTrieNode.getNexts() |
| Modifier and Type | Method and Description |
|---|---|
static <T> int |
ByteTrieArrayNode.computeArraySize(ByteObjectMap<ByteTrieNode<T>> nexts) |
| Constructor and Description |
|---|
ByteTrieArrayNode(ByteObjectMap<ByteTrieNode<T>> nexts,
T attached) |
Copyright © 2017. All rights reserved.