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,
zmq.Pipe pipe) |
boolean |
add(byte[] prefix,
zmq.Pipe pipe) |
void |
match(ByteBuffer data,
int size,
Mtrie.IMtrieHandler func,
Object arg) |
boolean |
rm(byte[] prefix,
int start,
zmq.Pipe pipe) |
boolean |
rm(zmq.Pipe pipe,
Mtrie.IMtrieHandler func,
Object arg,
boolean callOnUniq) |
public boolean add(byte[] prefix,
zmq.Pipe pipe)
public boolean add(byte[] prefix,
int start,
zmq.Pipe pipe)
public boolean rm(zmq.Pipe pipe,
Mtrie.IMtrieHandler func,
Object arg,
boolean callOnUniq)
public boolean rm(byte[] prefix,
int start,
zmq.Pipe pipe)
public void match(ByteBuffer data, int size, Mtrie.IMtrieHandler func, Object arg)
Copyright © 2024. All rights reserved.