public class CollectionEntityIterator<T extends java.io.Serializable> extends java.lang.Object implements java.util.Iterator<BlueEntity<T>>, java.io.Closeable
| Constructor and Description |
|---|
CollectionEntityIterator(SegmentManager<T> segmentManager,
Range range,
boolean byStartTime,
java.util.List<Condition<T>> objectConditions) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
BlueEntity<T> |
next() |
java.util.List<BlueEntity<T>> |
next(int n) |
public CollectionEntityIterator(SegmentManager<T> segmentManager, Range range, boolean byStartTime, java.util.List<Condition<T>> objectConditions)
public void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablepublic boolean hasNext()
hasNext in interface java.util.Iterator<BlueEntity<T extends java.io.Serializable>>public BlueEntity<T> next()
next in interface java.util.Iterator<BlueEntity<T extends java.io.Serializable>>public java.util.List<BlueEntity<T>> next(int n)