Uses of Interface
org.roaringbitmap.ShortIterator
-
Packages that use ShortIterator 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 ShortIterator in org.roaringbitmap
Subinterfaces of ShortIterator in org.roaringbitmap Modifier and Type Interface Description interfacePeekableShortIteratorSimple extension to the ShortIterator interfaceinterfacePeekableShortRankIteratorPeekableShortIterator that calculates the next value rank during iterationMethods in org.roaringbitmap that return ShortIterator Modifier and Type Method Description ShortIteratorShortIterator. clone()Creates a copy of the iterator.ShortIteratorArrayContainer. getReverseShortIterator()ShortIteratorBitmapContainer. getReverseShortIterator()static ShortIteratorBitmapContainer. getReverseShortIterator(long[] bitmap)Return a bitmap iterator over this arrayabstract ShortIteratorContainer. getReverseShortIterator()Iterator to visit the short values in the container in descending order.ShortIteratorRunContainer. getReverseShortIterator()Methods in org.roaringbitmap with parameters of type ShortIterator Modifier and Type Method Description protected ContainerArrayContainer. or(ShortIterator it)static intUtil. unsignedDifference(ShortIterator set1, ShortIterator set2, short[] buffer)Compute the difference between two sorted lists and write the result to the provided output arrayprotected ContainerArrayContainer. xor(ShortIterator it) -
Uses of ShortIterator in org.roaringbitmap.buffer
Methods in org.roaringbitmap.buffer that return ShortIterator Modifier and Type Method Description ShortIteratorMappeableArrayContainer. getReverseShortIterator()ShortIteratorMappeableBitmapContainer. getReverseShortIterator()abstract ShortIteratorMappeableContainer. getReverseShortIterator()Iterator to visit the short values in the container in descending order.ShortIteratorMappeableRunContainer. getReverseShortIterator()Methods in org.roaringbitmap.buffer with parameters of type ShortIterator Modifier and Type Method Description protected MappeableContainerMappeableArrayContainer. or(ShortIterator it)protected MappeableContainerMappeableArrayContainer. xor(ShortIterator it)
-