Package it.unimi.dsi.webgraph
Class AbstractLazyIntIterator
java.lang.Object
it.unimi.dsi.webgraph.AbstractLazyIntIterator
- All Implemented Interfaces:
LazyIntIterator
- Direct Known Subclasses:
BitStreamArcLabelledImmutableGraph.BitStreamLabelledArcIterator
,EFGraph.EliasFanoSuccessorReader
-
Constructor Details
-
AbstractLazyIntIterator
public AbstractLazyIntIterator()
-
-
Method Details
-
skip
public int skip(int n) Description copied from interface:LazyIntIterator
Skips a given number of elements.- Specified by:
skip
in interfaceLazyIntIterator
- Parameters:
n
- the number of elements to skip.- Returns:
- the number of elements actually skipped (which might
be less than
n
if this iterator is exhausted).
-