Uses of Interface
com.googlecode.javaewah.IntIterator
Packages that use IntIterator
Package
Description
-
Uses of IntIterator in com.googlecode.javaewah
Classes in com.googlecode.javaewah that implement IntIteratorModifier and TypeClassDescriptionclass
Implementation of an IntIterator over an IteratingRLW.Methods in com.googlecode.javaewah that return IntIteratorModifier and TypeMethodDescriptionEWAHCompressedBitmap.clearIntIterator()
Iterator over the clear bits.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).EWAHCompressedBitmap.reverseIntIterator()
Iterator over the set bits in reverse order.static IntIterator
IteratorUtil.toSetBitsIntIterator(IteratingRLW i)
-
Uses of IntIterator in com.googlecode.javaewah.datastructure
Methods in com.googlecode.javaewah.datastructure that return IntIteratorModifier and TypeMethodDescriptionBitSet.intIterator()
Iterate over the set bitsImmutableBitSet.intIterator()
Iterate over the set bitsBitSet.unsetIntIterator()
Iterate over the unset bitsImmutableBitSet.unsetIntIterator()
Iterate over the unset bits -
Uses of IntIterator in com.googlecode.javaewah32
Classes in com.googlecode.javaewah32 that implement IntIteratorModifier and TypeClassDescriptionclass
Implementation of an IntIterator over an IteratingRLW.Methods in com.googlecode.javaewah32 that return IntIteratorModifier and TypeMethodDescriptionEWAHCompressedBitmap32.clearIntIterator()
Iterator over the clear bits.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).EWAHCompressedBitmap32.reverseIntIterator()
Iterator over the set bits in reverse order.static IntIterator
IteratorUtil32.toSetBitsIntIterator(IteratingRLW32 i)