|
Jacson | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NGram
Abstraction of NGram
| Method Summary | |
|---|---|
boolean |
equals(byte[] bytes,
int start,
int length)
Compare a ngram to a bunch of bytes |
int |
getByte(int pos)
Return a single byte of the NGram. |
NGramImpl |
getNGramImpl()
Hand out a special representation of yourself |
int |
getSize()
Returns the size of an ngram in bytes. |
| Method Detail |
|---|
int getSize()
int getByte(int pos)
ArrayIndexOutOfBoundException - (implicitly)
boolean equals(byte[] bytes,
int start,
int length)
NGramImpl getNGramImpl()
|
spieleck.de | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||