| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.collection.trie |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 构造器和说明 |
|---|
TrieMap(TrieMap<? extends V> map)
Constructs a new TrieMap by deep cloning the internally used nodes.
|
Copyright © 2020. All rights reserved.