public class PfxEntry extends AffEntry
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
add(java.lang.String word) |
|
HEntry |
check(java.lang.String word) |
|
char |
getFlag() |
|
PfxEntry |
getFlgNxt() |
|
java.lang.String |
getKey() |
|
PfxEntry |
getNext() |
|
PfxEntry |
getNextEQ() |
|
PfxEntry |
getNextNE() |
|
void |
setFlgNxt(PfxEntry ptr) |
|
void |
setNext(PfxEntry ptr) |
|
void |
setNextEQ(PfxEntry ptr) |
|
void |
setNextNE(PfxEntry ptr) |
public HEntry check(java.lang.String word)
public char getFlag()
public java.lang.String getKey()
public java.lang.String add(java.lang.String word)
public PfxEntry getNext()
public PfxEntry getNextNE()
public PfxEntry getNextEQ()
public PfxEntry getFlgNxt()
public void setNext(PfxEntry ptr)
public void setNextNE(PfxEntry ptr)
public void setNextEQ(PfxEntry ptr)
public void setFlgNxt(PfxEntry ptr)