|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface PackedInts.ReaderIterator
Run-once iterator interface, to decode previously saved PackedInts.
Method Summary | |
---|---|
long |
advance(int ord)
Skips to the given ordinal and returns its value. |
int |
getBitsPerValue()
Returns number of bits per value |
long |
next()
Returns next value |
int |
ord()
Returns the current position |
int |
size()
Returns number of values |
Methods inherited from interface java.io.Closeable |
---|
close |
Method Detail |
---|
long next() throws IOException
IOException
int getBitsPerValue()
int size()
int ord()
long advance(int ord) throws IOException
IOException
- if reading the value throws an IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |