public class Trie extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Trie.ITrieHandler |
| Constructor and Description |
|---|
Trie() |
public boolean add(byte[] prefix_)
public boolean add(byte[] prefix_,
int start_)
public boolean rm(byte[] prefix_,
int start_)
public boolean check(byte[] data_)
public void apply(Trie.ITrieHandler func, Object arg_)
Copyright © 2014. All rights reserved.