Uses of Class
com.googlecode.javaewah.EWAHIterator
Packages that use EWAHIterator
-
Uses of EWAHIterator in com.googlecode.javaewah
Fields in com.googlecode.javaewah declared as EWAHIteratorModifier and TypeFieldDescriptionprivate final EWAHIteratorChunkIteratorImpl.ewahIterprivate final EWAHIteratorClearIntIterator.ewahIterprivate final EWAHIteratorIntIteratorImpl.ewahIterprivate EWAHIteratorIteratingBufferedRunningLengthWord.iteratorFields in com.googlecode.javaewah with type parameters of type EWAHIteratorModifier and TypeFieldDescriptionprivate CloneableIterator<EWAHIterator> BufferedIterator.masterIteratorMethods in com.googlecode.javaewah that return EWAHIteratorModifier and TypeMethodDescriptionEWAHIterator.clone()EWAHCompressedBitmap.getEWAHIterator()Gets an EWAHIterator over the data.static EWAHIteratorEWAHIterator.getEWAHIterator(EWAHCompressedBitmap bitmap) Allow expert developers to instantiate an EWAHIterator.BufferedAndIterator.next()BufferedORIterator.next()BufferedXORIterator.next()Methods in com.googlecode.javaewah with parameters of type EWAHIteratorModifier and TypeMethodDescriptionprivate static voidIteratingBufferedRunningLengthWord.discharge(BufferedRunningLengthWord initialWord, EWAHIterator iterator, BitmapStorage container) For internal use.Constructors in com.googlecode.javaewah with parameters of type EWAHIteratorModifierConstructorDescription(package private)ChunkIteratorImpl(EWAHIterator ewahIter, int sizeInBits) (package private)ClearIntIterator(EWAHIterator ewahIter, int sizeInBits) (package private)IntIteratorImpl(EWAHIterator ewahIter) Instantiates a new iterating buffered running length word.Constructor parameters in com.googlecode.javaewah with type arguments of type EWAHIteratorModifierConstructorDescriptionBufferedIterator(CloneableIterator<EWAHIterator> iterator) Instantiates a new iterating buffered running length word.