Uses of Class
com.googlecode.javaewah32.EWAHIterator32
Packages that use EWAHIterator32
-
Uses of EWAHIterator32 in com.googlecode.javaewah32
Classes in com.googlecode.javaewah32 that implement interfaces with type arguments of type EWAHIterator32Modifier and TypeClassDescription(package private) class(package private) class(package private) classFields in com.googlecode.javaewah32 declared as EWAHIterator32Modifier and TypeFieldDescriptionprivate final EWAHIterator32ChunkIteratorImpl32.ewahIterprivate final EWAHIterator32ClearIntIterator32.ewahIterprivate final EWAHIterator32IntIteratorImpl32.ewahIterprivate EWAHIterator32IteratingBufferedRunningLengthWord32.iteratorFields in com.googlecode.javaewah32 with type parameters of type EWAHIterator32Modifier and TypeFieldDescriptionprivate CloneableIterator<EWAHIterator32> BufferedIterator32.masterIteratorMethods in com.googlecode.javaewah32 that return EWAHIterator32Modifier and TypeMethodDescriptionEWAHIterator32.clone()EWAHCompressedBitmap32.getEWAHIterator()Gets an EWAHIterator32 over the data.static EWAHIterator32EWAHIterator32.getEWAHIterator(EWAHCompressedBitmap32 bitmap) Allow expert developers to instantiate an EWAHIterator.AndIt.next()ORIt.next()XORIt.next()Methods in com.googlecode.javaewah32 with parameters of type EWAHIterator32Modifier and TypeMethodDescriptionprotected static voidIteratingBufferedRunningLengthWord32.discharge(BufferedRunningLengthWord32 initialWord, EWAHIterator32 iterator, BitmapStorage32 container) For internal use.Constructors in com.googlecode.javaewah32 with parameters of type EWAHIterator32ModifierConstructorDescription(package private)ChunkIteratorImpl32(EWAHIterator32 ewahIter, int sizeInBits) (package private)ClearIntIterator32(EWAHIterator32 ewahIter, int sizeInBits) (package private)IntIteratorImpl32(EWAHIterator32 ewahIter) Instantiates a new iterating buffered running length word.Constructor parameters in com.googlecode.javaewah32 with type arguments of type EWAHIterator32ModifierConstructorDescriptionBufferedIterator32(CloneableIterator<EWAHIterator32> iterator) Instantiates a new iterating buffered running length word.