Class UnifiedSet.UnifiedUnsortedSetBatch
java.lang.Object
org.eclipse.collections.impl.lazy.parallel.AbstractBatch<T>
org.eclipse.collections.impl.set.mutable.UnifiedSet.UnifiedUnsortedSetBatch
- All Implemented Interfaces:
Batch<T>, RootBatch<T>, RootUnsortedSetBatch<T>, UnsortedSetBatch<T>
- Enclosing class:
UnifiedSet<T>
private final class UnifiedSet.UnifiedUnsortedSetBatch
extends AbstractBatch<T>
implements RootUnsortedSetBatch<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final int -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateUnifiedUnsortedSetBatch(int chunkStartIndex, int chunkEndIndex) -
Method Summary
Modifier and TypeMethodDescriptionbooleanallSatisfy(Predicate<? super T> predicate) booleananySatisfy(Predicate<? super T> predicate) <V> UnsortedBagBatch<V> <V> UnsortedBagBatch<V> flatCollect(Function<? super T, ? extends Iterable<V>> function) voidMethods inherited from class AbstractBatch
count, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLongMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Batch
count, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong
-
Field Details
-
chunkStartIndex
private final int chunkStartIndex -
chunkEndIndex
private final int chunkEndIndex
-
-
Constructor Details
-
UnifiedUnsortedSetBatch
private UnifiedUnsortedSetBatch(int chunkStartIndex, int chunkEndIndex)
-
-
Method Details
-
forEach
-
anySatisfy
- Specified by:
anySatisfyin interfaceRootBatch<T>
-
allSatisfy
- Specified by:
allSatisfyin interfaceRootBatch<T>
-
detect
-
select
-
collect
-
flatCollect
- Specified by:
flatCollectin interfaceBatch<T>- Specified by:
flatCollectin interfaceUnsortedSetBatch<T>
-