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 EWAHIterator
ChunkIteratorImpl. ewahIter
private EWAHIterator
ClearIntIterator. ewahIter
private EWAHIterator
IntIteratorImpl. ewahIter
private EWAHIterator
IteratingBufferedRunningLengthWord. iterator
Fields in com.googlecode.javaewah with type parameters of type EWAHIterator Modifier and Type Field Description private CloneableIterator<EWAHIterator>
BufferedIterator. masterIterator
Methods in com.googlecode.javaewah that return EWAHIterator Modifier and Type Method Description EWAHIterator
EWAHIterator. clone()
EWAHIterator
EWAHCompressedBitmap. getEWAHIterator()
Gets an EWAHIterator over the data.static EWAHIterator
EWAHIterator. getEWAHIterator(EWAHCompressedBitmap bitmap)
Allow expert developers to instantiate an EWAHIterator.EWAHIterator
BufferedAndIterator. next()
EWAHIterator
BufferedORIterator. next()
EWAHIterator
BufferedXORIterator. next()
Methods in com.googlecode.javaewah with parameters of type EWAHIterator Modifier and Type Method Description private static void
IteratingBufferedRunningLengthWord. 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.
-