Class ImmutableTreeSet.SortedSetIterableParallelIterable.SortedSetIterableParallelBatchIterator
- java.lang.Object
-
- org.eclipse.collections.impl.set.sorted.immutable.ImmutableTreeSet.SortedSetIterableParallelIterable.SortedSetIterableParallelBatchIterator
-
- All Implemented Interfaces:
java.util.Iterator<RootSortedSetBatch<T>>
- Enclosing class:
- ImmutableTreeSet.SortedSetIterableParallelIterable
private class ImmutableTreeSet.SortedSetIterableParallelIterable.SortedSetIterableParallelBatchIterator extends java.lang.Object implements java.util.Iterator<RootSortedSetBatch<T>>
-
-
Field Summary
Fields Modifier and Type Field Description protected intchunkIndex
-
Constructor Summary
Constructors Modifier Constructor Description privateSortedSetIterableParallelBatchIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()RootSortedSetBatch<T>next()voidremove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<RootSortedSetBatch<T>>
-
next
public RootSortedSetBatch<T> next()
- Specified by:
nextin interfacejava.util.Iterator<RootSortedSetBatch<T>>
-
remove
public void remove()
- Specified by:
removein interfacejava.util.Iterator<RootSortedSetBatch<T>>
-
-