Uses of Interface
org.roaringbitmap.CharIterator
Packages that use CharIterator
Package
Description
The org.roaringbitmap package provides
one class (
RoaringBitmap
) that users
can rely upon for fast set of integers.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.roaringbitmapModifier and TypeInterfaceDescriptioninterface
Simple extension to the CharIterator interfaceinterface
PeekableCharIterator that calculates the next value rank during iterationClasses in org.roaringbitmap that implement CharIteratorModifier and TypeClassDescription(package private) final class
(package private) class
(package private) final class
(package private) final class
(package private) final class
(package private) final class
(package private) class
(package private) class
Fields in org.roaringbitmap declared as CharIteratorModifier and TypeFieldDescriptionprivate CharIterator
ReverseIntIteratorFlyweight.iter
(package private) CharIterator
RoaringBitmap.RoaringReverseIntIterator.iter
Methods in org.roaringbitmap that return CharIteratorModifier and TypeMethodDescriptionCharIterator.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 CharIteratorModifier and TypeMethodDescriptionprivate 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 CharIteratorModifier and TypeClassDescription(package private) final class
(package private) final class
(package private) final class
(package private) final class
(package private) final class
(package private) final class
(package private) final class
(package private) final class
(package private) final class
(package private) final class
Fields in org.roaringbitmap.buffer declared as CharIteratorModifier and TypeFieldDescriptionprivate CharIterator
BufferReverseIntIteratorFlyweight.iter
private CharIterator
ImmutableRoaringBitmap.ImmutableRoaringReverseIntIterator.iter
Methods in org.roaringbitmap.buffer that return CharIteratorModifier and TypeMethodDescriptionRawReverseArrayContainerCharIterator.clone()
RawReverseMappeableRunContainerCharIterator.clone()
ReverseMappeableArrayContainerCharIterator.clone()
ReverseMappeableBitmapContainerCharIterator.clone()
ReverseMappeableRunContainerCharIterator.clone()
MappeableArrayContainer.getReverseCharIterator()
MappeableBitmapContainer.getReverseCharIterator()
abstract CharIterator
MappeableContainer.getReverseCharIterator()
Iterator to visit the char values in the container in descending order.MappeableRunContainer.getReverseCharIterator()
Methods in org.roaringbitmap.buffer with parameters of type CharIteratorModifier and TypeMethodDescriptionprivate 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)