Uses of Class
com.googlecode.javaewah.EWAHIterator
-
Packages that use EWAHIterator Package Description com.googlecode.javaewah -
-
Uses of EWAHIterator in com.googlecode.javaewah
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.Constructors in com.googlecode.javaewah with parameters of type EWAHIterator Constructor Description 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.
-