K - key typepublic static interface PatriciaTrie.KeyMapper<K>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSet(int bit,
K key)
Tests a bit in a key
|
java.lang.String |
toBitString(K key)
Formats a key as a String
|
boolean isSet(int bit,
K key)
bit - bit to testkey - key to use as a base for testingjava.lang.String toBitString(K key)
key - key to format to a String