| 程序包 | 说明 |
|---|---|
| com.firefly.utils.collection | |
| com.firefly.utils.log.file |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractTrie<V> |
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.
|
| 构造器和说明 |
|---|
FileLogTask(Trie<Log> logTree) |
Copyright © 2016. All rights reserved.