class BufferedAndIterator extends java.lang.Object implements CloneableIterator<EWAHIterator>
Modifier and Type | Field and Description |
---|---|
(package private) EWAHCompressedBitmap |
buffer |
(package private) int |
bufferSize |
(package private) java.util.LinkedList<IteratingRLW> |
ll |
Constructor and Description |
---|
BufferedAndIterator(java.util.LinkedList<IteratingRLW> basell,
int bufSize) |
Modifier and Type | Method and Description |
---|---|
BufferedAndIterator |
clone() |
boolean |
hasNext() |
EWAHIterator |
next() |
EWAHCompressedBitmap buffer
java.util.LinkedList<IteratingRLW> ll
final int bufferSize
public BufferedAndIterator(java.util.LinkedList<IteratingRLW> basell, int bufSize)
public boolean hasNext()
hasNext
in interface CloneableIterator<EWAHIterator>
public BufferedAndIterator clone() throws java.lang.CloneNotSupportedException
clone
in interface CloneableIterator<EWAHIterator>
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- this should never happen in practicepublic EWAHIterator next()
next
in interface CloneableIterator<EWAHIterator>