Package org.roaringbitmap.art
Class LeafNodeIterator
- java.lang.Object
-
- org.roaringbitmap.art.LeafNodeIterator
-
-
Constructor Summary
Constructors Constructor Description LeafNodeIterator(Art art, boolean reverse, Containers containers)constructorLeafNodeIterator(Art art, Containers containers)constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()LeafNodenext()voidremove()
-
-
-
Constructor Detail
-
LeafNodeIterator
public LeafNodeIterator(Art art, Containers containers)
constructor- Parameters:
art- the ARTcontainers- the containers
-
LeafNodeIterator
public LeafNodeIterator(Art art, boolean reverse, Containers containers)
constructor- Parameters:
art- the ARTreverse- false: ascending order,true: the descending ordercontainers- the containers
-
-