Package | Description |
---|---|
com.googlecode.javaewah | |
com.googlecode.javaewah.datastructure | |
com.googlecode.javaewah32 |
Modifier and Type | Class and Description |
---|---|
class |
IntIteratorOverIteratingRLW
Implementation of an IntIterator over an IteratingRLW.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
IntIterator |
BitSet.intIterator()
Iterate over the set bits
|
IntIterator |
BitSet.unsetIntIterator()
Iterate over the unset bits
|
Modifier and Type | Class and Description |
---|---|
class |
IntIteratorOverIteratingRLW32
Implementation of an IntIterator over an IteratingRLW.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2014. All Rights Reserved.