class XORIt extends java.lang.Object implements CloneableIterator<EWAHIterator32>
Modifier and Type | Field and Description |
---|---|
(package private) EWAHCompressedBitmap32 |
buffer |
(package private) int[] |
hardbitmap |
(package private) java.util.LinkedList<IteratingRLW32> |
ll |
Constructor and Description |
---|
XORIt(java.util.LinkedList<IteratingRLW32> basell,
int bufSize) |
Modifier and Type | Method and Description |
---|---|
XORIt |
clone() |
boolean |
hasNext() |
EWAHIterator32 |
next() |
EWAHCompressedBitmap32 buffer
int[] hardbitmap
java.util.LinkedList<IteratingRLW32> ll
XORIt(java.util.LinkedList<IteratingRLW32> basell, int bufSize)
public XORIt 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 boolean hasNext()
hasNext
in interface CloneableIterator<EWAHIterator32>
public EWAHIterator32 next()
next
in interface CloneableIterator<EWAHIterator32>