Package com.googlecode.javaewah32
Class XORIt
java.lang.Object
com.googlecode.javaewah32.XORIt
- All Implemented Interfaces:
CloneableIterator<EWAHIterator32>
,Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) EWAHCompressedBitmap32
(package private) int[]
(package private) LinkedList
<IteratingRLW32> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
buffer
EWAHCompressedBitmap32 buffer -
hardbitmap
int[] hardbitmap -
ll
-
-
Constructor Details
-
XORIt
XORIt(LinkedList<IteratingRLW32> basell, int bufSize)
-
-
Method Details
-
clone
- Specified by:
clone
in interfaceCloneableIterator<EWAHIterator32>
- Overrides:
clone
in classObject
- Returns:
- a copy
- Throws:
CloneNotSupportedException
- this should never happen in practice
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceCloneableIterator<EWAHIterator32>
- Returns:
- whether there is more
-
next
- Specified by:
next
in interfaceCloneableIterator<EWAHIterator32>
- Returns:
- the next element
-