|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntIterator | |
|---|---|
| com.googlecode.javaewah | |
| com.googlecode.javaewah.datastructure | |
| com.googlecode.javaewah32 | |
| Uses of IntIterator in com.googlecode.javaewah |
|---|
| Classes in com.googlecode.javaewah that implement IntIterator | |
|---|---|
class |
IntIteratorOverIteratingRLW
Implementation of an IntIterator over an IteratingRLW. |
| Methods in com.googlecode.javaewah that return IntIterator | |
|---|---|
IntIterator |
EWAHCompressedBitmap.clearIntIterator()
Iterator over the clear bits. |
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.javaewah.datastructure |
|---|
| Methods in com.googlecode.javaewah.datastructure that return IntIterator | |
|---|---|
IntIterator |
BitSet.intIterator()
Iterate over the set bits |
IntIterator |
BitSet.unsetIntIterator()
Iterate over the unset bits |
| Uses of IntIterator in com.googlecode.javaewah32 |
|---|
| Classes in com.googlecode.javaewah32 that implement IntIterator | |
|---|---|
class |
IntIteratorOverIteratingRLW32
Implementation of an IntIterator over an IteratingRLW. |
| Methods in com.googlecode.javaewah32 that return IntIterator | |
|---|---|
IntIterator |
EWAHCompressedBitmap32.clearIntIterator()
Iterator over the clear bits. |
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||