| 限定符 | 构造器和说明 |
|---|---|
protected |
AbstractTrie(boolean insensitive) |
| 限定符和类型 | 方法和说明 |
|---|---|
V |
get(ByteBuffer b)
Get and exact match from a segment of a ByteBuufer as key
|
V |
get(String s)
Get and exact match from a String key
|
V |
getBest(byte[] b,
int offset,
int len)
Get the best match from key in a byte array.
|
V |
getBest(String s)
Get the best match from key in a String.
|
boolean |
isCaseInsensitive() |
boolean |
put(V v)
Put a value as both a key and a value.
|
V |
remove(String s) |
public V get(ByteBuffer b)
Triepublic V getBest(byte[] b, int offset, int len)
Triepublic boolean isCaseInsensitive()
isCaseInsensitive 在接口中 Trie<V>Copyright © 2016. All rights reserved.