| 程序包 | 说明 |
|---|---|
| com.firefly.utils.collection |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ArrayTernaryTrie<V>
A Ternary Trie String lookup data structure.
|
class |
ArrayTrie<V>
A Trie String lookup data structure using a fixed size array.
|
class |
TreeTrie<V>
A Trie String lookup data structure using a tree
This implementation is always case insensitive and is optimal for a variable
number of fixed strings with few special characters.
|
Copyright © 2016. All rights reserved.