Constructor and Description |
---|
EWAHIterator(com.googlecode.javaewah.Buffer buffer)
Instantiates a new EWAH iterator.
|
Modifier and Type | Method and Description |
---|---|
com.googlecode.javaewah.Buffer |
buffer()
Access to the buffer
|
EWAHIterator |
clone() |
static EWAHIterator |
getEWAHIterator(EWAHCompressedBitmap 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.
|
RunningLengthWord |
next()
Next running length word.
|
public EWAHIterator(com.googlecode.javaewah.Buffer buffer)
buffer
- the bufferpublic static EWAHIterator getEWAHIterator(EWAHCompressedBitmap bitmap)
bitmap
- we want to iterate overpublic com.googlecode.javaewah.Buffer buffer()
public int literalWords()
public boolean hasNext()
public RunningLengthWord next()
public EWAHIterator clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2015. All Rights Reserved.