| Modifier and Type | Class and Description |
|---|---|
class |
AbstractKeyAnalyzer<K> |
class |
ByteArrayKeyAnalyzer
A
KeyAnalyzer for byte[]s |
class |
ByteKeyAnalyzer
A
KeyAnalyzer for Bytes |
class |
CharacterKeyAnalyzer
A
KeyAnalyzer for Characters |
class |
CharArrayKeyAnalyzer
An
KeyAnalyzer for char[]s |
class |
IntegerKeyAnalyzer
A
KeyAnalyzer for Integers |
class |
LongKeyAnalyzer
A
KeyAnalyzer for Longs |
class |
ShortKeyAnalyzer
A
KeyAnalyzer for Shorts |
class |
StringKeyAnalyzer
An
KeyAnalyzer for Strings |
| Constructor and Description |
|---|
PatriciaTrie(KeyAnalyzer<? super K> keyAnalyzer) |
PatriciaTrie(KeyAnalyzer<? super K> keyAnalyzer,
java.util.Map<? extends K,? extends V> m) |
Copyright © 2005-2009 Roger Kapsi, Sam Berlin. All Rights Reserved.