| Package | Description |
|---|---|
| com.blazebit.collection |
| Modifier and Type | Method and Description |
|---|---|
TrieMap<V> |
TrieMap.subMap(CharSequence prefix)
Returns a view on the current map that acts like if every method call to
the current map where a key is involved would be prefixed with the given
prefix.
|
| Constructor and Description |
|---|
TrieMap(TrieMap<? extends V> map)
Constructs a new TrieMap by deep cloning the internally used nodes.
|
Copyright © 2020 Blazebit. All rights reserved.