Uses of Class
com.googlecode.javaewah32.EWAHIterator32
-
Packages that use EWAHIterator32 Package Description com.googlecode.javaewah32 -
-
Uses of EWAHIterator32 in com.googlecode.javaewah32
Fields in com.googlecode.javaewah32 declared as EWAHIterator32 Modifier and Type Field Description private EWAHIterator32ChunkIteratorImpl32. ewahIterprivate EWAHIterator32ClearIntIterator32. ewahIterprivate EWAHIterator32IntIteratorImpl32. ewahIterprivate EWAHIterator32IteratingBufferedRunningLengthWord32. iteratorFields in com.googlecode.javaewah32 with type parameters of type EWAHIterator32 Modifier and Type Field Description private CloneableIterator<EWAHIterator32>BufferedIterator32. masterIteratorMethods in com.googlecode.javaewah32 that return EWAHIterator32 Modifier and Type Method Description EWAHIterator32EWAHIterator32. clone()EWAHIterator32EWAHCompressedBitmap32. getEWAHIterator()Gets an EWAHIterator32 over the data.static EWAHIterator32EWAHIterator32. getEWAHIterator(EWAHCompressedBitmap32 bitmap)Allow expert developers to instantiate an EWAHIterator.EWAHIterator32AndIt. next()EWAHIterator32ORIt. next()EWAHIterator32XORIt. next()Methods in com.googlecode.javaewah32 with parameters of type EWAHIterator32 Modifier and Type Method Description protected static voidIteratingBufferedRunningLengthWord32. discharge(BufferedRunningLengthWord32 initialWord, EWAHIterator32 iterator, BitmapStorage32 container)For internal use.Constructors in com.googlecode.javaewah32 with parameters of type EWAHIterator32 Constructor Description ChunkIteratorImpl32(EWAHIterator32 ewahIter, int sizeInBits)ClearIntIterator32(EWAHIterator32 ewahIter, int sizeInBits)IntIteratorImpl32(EWAHIterator32 ewahIter)IteratingBufferedRunningLengthWord32(EWAHIterator32 iterator)Instantiates a new iterating buffered running length word.Constructor parameters in com.googlecode.javaewah32 with type arguments of type EWAHIterator32 Constructor Description BufferedIterator32(CloneableIterator<EWAHIterator32> iterator)Instantiates a new iterating buffered running length word.
-