|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BaseIndexSet
DOCUMENT ME!
Method Summary | |
---|---|
void |
close()
Cierra el fichero de índices |
long |
getIndex(long nth)
Devuelve el índice nth-ésimo si se invocó previamente a indexSetComplete y lanza una excepción en caso contrario |
long |
getIndexCount()
Devuelve el número de índices si se invocó previamente a indexSetComplete y lanza una excepción en caso contrario |
Method Detail |
---|
void close() throws java.io.IOException
java.io.IOException
- Si se produce un fallo al cerrarlong getIndex(long nth) throws java.io.IOException
nth
- índice del índice que se quiere obtener
java.io.IOException
- Si se produce un fallo al recuperar el índicelong getIndexCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |