public class Mtrie extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Mtrie.IMtrieHandler |
| Constructor and Description |
|---|
Mtrie() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(byte[] prefix_,
int start_,
Pipe pipe_) |
boolean |
add(byte[] prefix_,
Pipe pipe_) |
void |
match(byte[] data_,
int size_,
Mtrie.IMtrieHandler func_,
Object arg_) |
boolean |
rm(byte[] prefix_,
int start_,
Pipe pipe_) |
boolean |
rm(Pipe pipe_,
Mtrie.IMtrieHandler func,
Object arg) |
public boolean add(byte[] prefix_,
Pipe pipe_)
public boolean add(byte[] prefix_,
int start_,
Pipe pipe_)
public boolean rm(Pipe pipe_, Mtrie.IMtrieHandler func, Object arg)
public boolean rm(byte[] prefix_,
int start_,
Pipe pipe_)
public void match(byte[] data_,
int size_,
Mtrie.IMtrieHandler func_,
Object arg_)
Copyright © 2014. All rights reserved.