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