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 (MutableRoaringBitmapand (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 interfacePeekableCharIteratorSimple extension to the CharIterator interfaceinterfacePeekableCharRankIteratorPeekableCharIterator that calculates the next value rank during iterationMethods in org.roaringbitmap that return CharIterator Modifier and Type Method Description CharIteratorCharIterator. 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 CharIterator Modifier and Type Method Description protected 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 CharIterator Modifier and Type Method Description CharIteratorMappeableArrayContainer. getReverseCharIterator()CharIteratorMappeableBitmapContainer. getReverseCharIterator()abstract CharIteratorMappeableContainer. getReverseCharIterator()Iterator to visit the char values in the container in descending order.CharIteratorMappeableRunContainer. getReverseCharIterator()Methods in org.roaringbitmap.buffer with parameters of type CharIterator Modifier and Type Method Description protected MappeableContainerMappeableArrayContainer. or(CharIterator it)protected MappeableContainerMappeableArrayContainer. xor(CharIterator it)
-