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 TypeInterfaceDescriptioninterfaceSimple extension to the CharIterator interfaceinterfacePeekableCharIterator that calculates the next value rank during iterationMethods in org.roaringbitmap that return CharIteratorModifier and TypeMethodDescriptionCharIterator.clone()Creates a copy of the iterator.static CharIteratorBitmapContainer.getReverseShortIterator(long[] bitmap) Return a bitmap iterator over this arrayMethods in org.roaringbitmap with parameters of type CharIteratorModifier and TypeMethodDescriptionprotected ContainerArrayContainer.or(CharIterator it) static intUtil.unsignedDifference(CharIterator set1, CharIterator set2, char[] buffer) Compute the difference between two sorted lists and write the result to the provided output arrayprotected ContainerArrayContainer.xor(CharIterator it) -
Uses of CharIterator in org.roaringbitmap.buffer
Methods in org.roaringbitmap.buffer that return CharIteratorModifier and TypeMethodDescriptionMappeableArrayContainer.getReverseCharIterator()MappeableBitmapContainer.getReverseCharIterator()abstract CharIteratorMappeableContainer.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 MappeableContainerMappeableArrayContainer.or(CharIterator it) protected MappeableContainerMappeableArrayContainer.xor(CharIterator it)