Uses of Interface
com.googlecode.javaewah.IntIterator
-
Packages that use IntIterator Package Description com.googlecode.javaewah com.googlecode.javaewah32 -
-
Uses of IntIterator in com.googlecode.javaewah
Classes in com.googlecode.javaewah that implement IntIterator Modifier and Type Class Description class
IntIteratorOverIteratingRLW
Implementation of an IntIterator over an IteratingRLW.Methods in com.googlecode.javaewah that return IntIterator Modifier and Type Method Description IntIterator
EWAHCompressedBitmap. intIterator()
Iterator over the set bits (this is what most people will want to use to browse the content if they want an iterator).static IntIterator
IteratorUtil. toSetBitsIntIterator(IteratingRLW i)
-
Uses of IntIterator in com.googlecode.javaewah32
Classes in com.googlecode.javaewah32 that implement IntIterator Modifier and Type Class Description class
IntIteratorOverIteratingRLW32
Implementation of an IntIterator over an IteratingRLW.Methods in com.googlecode.javaewah32 that return IntIterator Modifier and Type Method Description IntIterator
EWAHCompressedBitmap32. intIterator()
Iterator over the set bits (this is what most people will want to use to browse the content if they want an iterator).static IntIterator
IteratorUtil32. toSetBitsIntIterator(IteratingRLW32 i)
-