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 iterationClasses in org.roaringbitmap that implement CharIterator Modifier and Type Class Description (package private) class
ArrayContainerCharIterator
(package private) class
BitmapContainerCharIterator
(package private) class
BitmapContainerCharRankIterator
(package private) class
ReverseArrayContainerCharIterator
(package private) class
ReverseBitmapContainerCharIterator
(package private) class
ReverseRunContainerCharIterator
(package private) class
RunContainerCharIterator
(package private) class
RunContainerCharRankIterator
Fields in org.roaringbitmap declared as CharIterator Modifier and Type Field Description private CharIterator
ReverseIntIteratorFlyweight. iter
(package private) CharIterator
RoaringBitmap.RoaringReverseIntIterator. iter
Methods 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 private int
ArrayContainer. advance(CharIterator it)
protected Container
ArrayContainer. or(CharIterator it)
private Container
ArrayContainer. or(CharIterator it, boolean exclusive)
it must return items in (unsigned) sorted order.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
Classes in org.roaringbitmap.buffer that implement CharIterator Modifier and Type Class Description (package private) class
MappeableArrayContainerCharIterator
(package private) class
MappeableBitmapContainerCharIterator
(package private) class
MappeableRunContainerCharIterator
(package private) class
RawArrayContainerCharIterator
(package private) class
RawMappeableRunContainerCharIterator
(package private) class
RawReverseArrayContainerCharIterator
(package private) class
RawReverseMappeableRunContainerCharIterator
(package private) class
ReverseMappeableArrayContainerCharIterator
(package private) class
ReverseMappeableBitmapContainerCharIterator
(package private) class
ReverseMappeableRunContainerCharIterator
Fields in org.roaringbitmap.buffer declared as CharIterator Modifier and Type Field Description private CharIterator
BufferReverseIntIteratorFlyweight. iter
private CharIterator
ImmutableRoaringBitmap.ImmutableRoaringReverseIntIterator. iter
Methods in org.roaringbitmap.buffer that return CharIterator Modifier and Type Method Description CharIterator
RawReverseArrayContainerCharIterator. clone()
CharIterator
RawReverseMappeableRunContainerCharIterator. clone()
CharIterator
ReverseMappeableArrayContainerCharIterator. clone()
CharIterator
ReverseMappeableBitmapContainerCharIterator. clone()
CharIterator
ReverseMappeableRunContainerCharIterator. clone()
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 private int
MappeableArrayContainer. advance(CharIterator it)
protected MappeableContainer
MappeableArrayContainer. or(CharIterator it)
private MappeableContainer
MappeableArrayContainer. or(CharIterator it, boolean exclusive)
it must return items in (unsigned) sorted order.protected MappeableContainer
MappeableArrayContainer. xor(CharIterator it)
-