Uses of Class
org.roaringbitmap.art.LeafNodeIterator
-
Packages that use LeafNodeIterator Package Description org.roaringbitmap.art org.roaringbitmap.longlong The org.roaringbitmap.longlong package provides one class (Roaring64NavigableMap) that users can rely upon for fast set of 64-bit integers. -
-
Uses of LeafNodeIterator in org.roaringbitmap.art
Methods in org.roaringbitmap.art that return LeafNodeIterator Modifier and Type Method Description LeafNodeIteratorArt. leafNodeIterator(boolean reverse, Containers containers)LeafNodeIteratorArt. leafNodeIteratorFrom(long bound, boolean reverse, Containers containers) -
Uses of LeafNodeIterator in org.roaringbitmap.longlong
Methods in org.roaringbitmap.longlong that return LeafNodeIterator Modifier and Type Method Description LeafNodeIteratorHighLowContainer. highKeyLeafNodeIterator(boolean reverse)LeafNodeIteratorHighLowContainer. highKeyLeafNodeIteratorFrom(long bound, boolean reverse)
-