|
|||||||||
| 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 | |
|---|---|
int |
getBitsPerValue()
Returns number of bits per value |
long |
next()
Returns next value |
LongsRef |
next(int count)
Returns at least 1 and at most count next values,
the returned ref MUST NOT be modified |
int |
ord()
Returns the current position |
int |
size()
Returns number of values |
| Method Detail |
|---|
long next()
throws IOException
IOException
LongsRef next(int count)
throws IOException
count next values,
the returned ref MUST NOT be modified
IOExceptionint getBitsPerValue()
int size()
int ord()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||