|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Proximities
This abstract class should be extended by any class that allows the reading of a proximity list of a term in a document. That list uses A-Z order for its elements.
Method Summary | |
---|---|
void |
closeProx()
Close this list and release resources. |
int |
leftProx()
Return the number of items in the proximity list which were not read yet. |
int |
readProx()
Read this object's inverted list. |
int |
readProx(int[] prox,
int offset,
int len)
Read an inverted list of length greater than 1. |
Method Detail |
---|
int readProx(int[] prox, int offset, int len) throws java.io.IOException
prox
- the bufferoffset
- first cell to filllen
- how many cell are read
java.io.IOException
int readProx() throws java.io.IOException
java.io.IOException
int leftProx()
void closeProx()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |