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