Uses of Class
com.googlecode.javaewah.EWAHIterator
-
Packages that use EWAHIterator Package Description com.googlecode.javaewah -
-
Uses of EWAHIterator in com.googlecode.javaewah
Fields in com.googlecode.javaewah declared as EWAHIterator Modifier and Type Field Description private EWAHIteratorChunkIteratorImpl. ewahIterprivate EWAHIteratorClearIntIterator. ewahIterprivate EWAHIteratorIntIteratorImpl. ewahIterprivate EWAHIteratorIteratingBufferedRunningLengthWord. iteratorFields in com.googlecode.javaewah with type parameters of type EWAHIterator Modifier and Type Field Description private CloneableIterator<EWAHIterator>BufferedIterator. masterIteratorMethods in com.googlecode.javaewah that return EWAHIterator Modifier and Type Method Description EWAHIteratorEWAHIterator. clone()EWAHIteratorEWAHCompressedBitmap. getEWAHIterator()Gets an EWAHIterator over the data.static EWAHIteratorEWAHIterator. getEWAHIterator(EWAHCompressedBitmap bitmap)Allow expert developers to instantiate an EWAHIterator.EWAHIteratorBufferedAndIterator. next()EWAHIteratorBufferedORIterator. next()EWAHIteratorBufferedXORIterator. next()Methods in com.googlecode.javaewah with parameters of type EWAHIterator Modifier and Type Method Description private static voidIteratingBufferedRunningLengthWord. discharge(BufferedRunningLengthWord initialWord, EWAHIterator iterator, BitmapStorage container)For internal use.Constructors in com.googlecode.javaewah with parameters of type EWAHIterator Constructor Description ChunkIteratorImpl(EWAHIterator ewahIter, int sizeInBits)ClearIntIterator(EWAHIterator ewahIter, int sizeInBits)IntIteratorImpl(EWAHIterator ewahIter)IteratingBufferedRunningLengthWord(EWAHIterator iterator)Instantiates a new iterating buffered running length word.Constructor parameters in com.googlecode.javaewah with type arguments of type EWAHIterator Constructor Description BufferedIterator(CloneableIterator<EWAHIterator> iterator)Instantiates a new iterating buffered running length word.
-