|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.javaewah32.EWAHIterator32
public final class EWAHIterator32
The class EWAHIterator represents a special type of efficient iterator iterating over (uncompressed) words of bits.
Constructor Summary | |
---|---|
EWAHIterator32(EWAHCompressedBitmap32 a,
int sizeinwords)
Instantiates a new eWAH iterator. |
Method Summary | |
---|---|
int[] |
buffer()
Access to the array of words |
EWAHIterator32 |
clone()
|
static EWAHIterator32 |
getEWAHIterator(EWAHCompressedBitmap32 bitmap)
Allow expert developers to instantiate an EWAHIterator. |
boolean |
hasNext()
Checks for next. |
int |
literalWords()
Position of the literal words represented by this running length word. |
RunningLengthWord32 |
next()
Next running length word. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EWAHIterator32(EWAHCompressedBitmap32 a, int sizeinwords)
a
- the array of wordssizeinwords
- the number of words that are significant in the array
of wordsMethod Detail |
---|
public static EWAHIterator32 getEWAHIterator(EWAHCompressedBitmap32 bitmap)
bitmap
- we want to iterate over
public int[] buffer()
public int literalWords()
public boolean hasNext()
public RunningLengthWord32 next()
public EWAHIterator32 clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |