public interface Proximities
| Modifier and Type | Method and Description |
|---|---|
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.
|
int readProx(int[] prox,
int offset,
int len)
throws IOException
prox - the bufferoffset - first cell to filllen - how many cell are readIOExceptionint readProx()
throws IOException
IOExceptionint leftProx()
void closeProx()
Copyright © 2016 Egothor. All Rights Reserved.