Constructor and Description |
---|
EWAHIterator32(com.googlecode.javaewah32.Buffer32 buffer)
Instantiates a new eWAH iterator.
|
Modifier and Type | Method and Description |
---|---|
com.googlecode.javaewah32.Buffer32 |
buffer()
Access to the buffer
|
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(com.googlecode.javaewah32.Buffer32 buffer)
buffer
- the bufferpublic static EWAHIterator32 getEWAHIterator(EWAHCompressedBitmap32 bitmap)
bitmap
- we want to iterate overpublic com.googlecode.javaewah32.Buffer32 buffer()
public int literalWords()
public boolean hasNext()
public RunningLengthWord32 next()
public EWAHIterator32 clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2015. All Rights Reserved.