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:
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
-