Uses of Interface
org.roaringbitmap.CharIterator
-
Packages that use CharIterator Package Description org.roaringbitmap The org.roaringbitmap package provides one class (RoaringBitmap
) that users can rely upon for fast set of integers.org.roaringbitmap.buffer The org.roaringbitmap.buffer package provides two classes (MutableRoaringBitmap
and (ImmutableRoaringBitmap
) that users can rely upon for fast set of integers. -
-
Uses of CharIterator in org.roaringbitmap
Subinterfaces of CharIterator in org.roaringbitmap Modifier and Type Interface Description interface
PeekableCharIterator
Simple extension to the CharIterator interfaceinterface
PeekableCharRankIterator
PeekableCharIterator that calculates the next value rank during iterationMethods in org.roaringbitmap that return CharIterator Modifier and Type Method Description CharIterator
CharIterator. clone()
Creates a copy of the iterator.static CharIterator
BitmapContainer. getReverseShortIterator(long[] bitmap)
Return a bitmap iterator over this arrayMethods in org.roaringbitmap with parameters of type CharIterator Modifier and Type Method Description protected Container
ArrayContainer. or(CharIterator it)
static int
Util. unsignedDifference(CharIterator set1, CharIterator set2, char[] buffer)
Compute the difference between two sorted lists and write the result to the provided output arrayprotected Container
ArrayContainer. xor(CharIterator it)
-
Uses of CharIterator in org.roaringbitmap.buffer
Methods in org.roaringbitmap.buffer that return CharIterator Modifier and Type Method Description CharIterator
MappeableArrayContainer. getReverseCharIterator()
CharIterator
MappeableBitmapContainer. getReverseCharIterator()
abstract CharIterator
MappeableContainer. getReverseCharIterator()
Iterator to visit the char values in the container in descending order.CharIterator
MappeableRunContainer. getReverseCharIterator()
Methods in org.roaringbitmap.buffer with parameters of type CharIterator Modifier and Type Method Description protected MappeableContainer
MappeableArrayContainer. or(CharIterator it)
protected MappeableContainer
MappeableArrayContainer. xor(CharIterator it)
-