Package org.roaringbitmap
Class RoaringBitmap.RoaringReverseIntIterator
- java.lang.Object
-
- org.roaringbitmap.RoaringBitmap.RoaringReverseIntIterator
-
- All Implemented Interfaces:
java.lang.Cloneable
,IntIterator
- Enclosing class:
- RoaringBitmap
private final class RoaringBitmap.RoaringReverseIntIterator extends java.lang.Object implements IntIterator
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
hs
(package private) CharIterator
iter
(package private) int
pos
-
Constructor Summary
Constructors Modifier Constructor Description private
RoaringReverseIntIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntIterator
clone()
Creates a copy of the iterator.boolean
hasNext()
int
next()
private void
nextContainer()
-
-
-
Field Detail
-
hs
int hs
-
iter
CharIterator iter
-
pos
int pos
-
-
Method Detail
-
clone
public IntIterator clone()
Description copied from interface:IntIterator
Creates a copy of the iterator.- Specified by:
clone
in interfaceIntIterator
- Overrides:
clone
in classjava.lang.Object
- Returns:
- a clone of the current iterator
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceIntIterator
- Returns:
- whether there is another value
-
next
public int next()
- Specified by:
next
in interfaceIntIterator
- Returns:
- next integer value
-
nextContainer
private void nextContainer()
-
-