public static interface PackedInts.ReaderIterator
Modifier and Type | Method and Description |
---|---|
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
|
long next() throws IOException
IOException
LongsRef next(int count) throws IOException
count
next values,
the returned ref MUST NOT be modifiedIOException
int getBitsPerValue()
int size()
int ord()
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.