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