Modifier and Type | Class and Description |
---|---|
class |
AbstractKeyAnalyzer<K> |
class |
ByteArrayKeyAnalyzer
A
KeyAnalyzer for byte[]s |
class |
ByteKeyAnalyzer
A
KeyAnalyzer for Byte s |
class |
CharacterKeyAnalyzer
A
KeyAnalyzer for Character s |
class |
CharArrayKeyAnalyzer
An
KeyAnalyzer for char[] s |
class |
IntegerKeyAnalyzer
A
KeyAnalyzer for Integer s |
class |
LongKeyAnalyzer
A
KeyAnalyzer for Long s |
class |
ShortKeyAnalyzer
A
KeyAnalyzer for Short s |
class |
StringKeyAnalyzer
An
KeyAnalyzer for String s |
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.