Package org.roaringbitmap
Class RoaringBitmap.RoaringReverseIntIterator
java.lang.Object
org.roaringbitmap.RoaringBitmap.RoaringReverseIntIterator
- All Implemented Interfaces:
Cloneable
,IntIterator
- Enclosing class:
RoaringBitmap
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) CharIterator
(package private) int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hs
int hs -
iter
CharIterator iter -
pos
int pos
-
-
Constructor Details
-
RoaringReverseIntIterator
private RoaringReverseIntIterator()
-
-
Method Details
-
clone
Description copied from interface:IntIterator
Creates a copy of the iterator.- Specified by:
clone
in interfaceIntIterator
- Overrides:
clone
in classObject
- 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()
-