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 iterationMethods 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 TypeMethodDescriptionprotected 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 CharIteratorModifier and TypeMethodDescriptionMappeableArrayContainer.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 TypeMethodDescriptionprotected MappeableContainer
MappeableArrayContainer.or
(CharIterator it) protected MappeableContainer
MappeableArrayContainer.xor
(CharIterator it)