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