Constructor and Description |
---|
EWAHIterator32(EWAHCompressedBitmap32 a,
int sizeInWords)
Instantiates a new eWAH iterator.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public EWAHIterator32(EWAHCompressedBitmap32 a, int sizeInWords)
a
- the array of wordssizeInWords
- the number of words that are significant in the array
of wordspublic static EWAHIterator32 getEWAHIterator(EWAHCompressedBitmap32 bitmap)
bitmap
- we want to iterate overpublic int[] buffer()
public int literalWords()
public boolean hasNext()
public RunningLengthWord32 next()
public EWAHIterator32 clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2014. All Rights Reserved.