Uses of Class
com.googlecode.javaewah.EWAHIterator
Packages that use EWAHIterator
-
Uses of EWAHIterator in com.googlecode.javaewah
Methods in com.googlecode.javaewah that return EWAHIteratorModifier and TypeMethodDescriptionEWAHIterator.clone()
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 EWAHIteratorModifierConstructorDescriptionIteratingBufferedRunningLengthWord(EWAHIterator iterator)
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.