| Package | Description |
|---|---|
| net.amygdalum.util.map | |
| net.amygdalum.util.tries |
| Modifier and Type | Method and Description |
|---|---|
CharObjectMap<T> |
CharObjectMap.add(char key,
T value) |
| Constructor and Description |
|---|
EntryIterable(CharObjectMap<T> map) |
EntryIterator(CharObjectMap<T> map) |
| Modifier and Type | Method and Description |
|---|---|
CharObjectMap<PreCharTrieNode<T>> |
PreCharTrieNode.getNexts() |
| Modifier and Type | Method and Description |
|---|---|
static <T> int |
CharTrieArrayNode.computeArraySize(CharObjectMap<CharTrieNode<T>> nexts) |
| Constructor and Description |
|---|
CharTrieArrayNode(CharObjectMap<CharTrieNode<T>> nexts,
T attached) |
CharTrieMapNode(CharObjectMap<CharTrieNode<T>> nexts,
T attached) |
Copyright © 2017. All rights reserved.