Uses of Interface
org.eclipse.collections.impl.lazy.parallel.set.RootUnsortedSetBatch
Packages that use RootUnsortedSetBatch
Package
Description
This package contains implementations of
MutableSet
.This package contains implementations of sets with user defined
HashingStrategy
s.-
Uses of RootUnsortedSetBatch in org.eclipse.collections.impl.set.mutable
Classes in org.eclipse.collections.impl.set.mutable that implement RootUnsortedSetBatchMethods in org.eclipse.collections.impl.set.mutable that return RootUnsortedSetBatchModifier and TypeMethodDescriptionUnifiedSet.UnifiedSetParallelUnsortedIterable.UnifiedSetParallelSplitIterator.next()
Methods in org.eclipse.collections.impl.set.mutable that return types with arguments of type RootUnsortedSetBatchModifier and TypeMethodDescriptionUnifiedSet.UnifiedSetParallelUnsortedIterable.UnifiedSetParallelSplitLazyIterable.iterator()
UnifiedSet.UnifiedSetParallelUnsortedIterable.split()
Method parameters in org.eclipse.collections.impl.set.mutable with type arguments of type RootUnsortedSetBatchModifier and TypeMethodDescriptionvoid
UnifiedSet.UnifiedSetParallelUnsortedIterable.UnifiedSetParallelSplitLazyIterable.each
(Procedure<? super RootUnsortedSetBatch<T>> procedure) -
Uses of RootUnsortedSetBatch in org.eclipse.collections.impl.set.strategy.mutable
Classes in org.eclipse.collections.impl.set.strategy.mutable that implement RootUnsortedSetBatchModifier and TypeClassDescriptionprivate final class
Methods in org.eclipse.collections.impl.set.strategy.mutable that return RootUnsortedSetBatchModifier and TypeMethodDescriptionUnifiedSetWithHashingStrategy.UnifiedSetParallelUnsortedIterable.UnifiedSetParallelSplitIterator.next()
Methods in org.eclipse.collections.impl.set.strategy.mutable that return types with arguments of type RootUnsortedSetBatchModifier and TypeMethodDescriptionUnifiedSetWithHashingStrategy.UnifiedSetParallelUnsortedIterable.UnifiedSetParallelSplitLazyIterable.iterator()
UnifiedSetWithHashingStrategy.UnifiedSetParallelUnsortedIterable.split()
Method parameters in org.eclipse.collections.impl.set.strategy.mutable with type arguments of type RootUnsortedSetBatchModifier and TypeMethodDescriptionvoid
UnifiedSetWithHashingStrategy.UnifiedSetParallelUnsortedIterable.UnifiedSetParallelSplitLazyIterable.each
(Procedure<? super RootUnsortedSetBatch<T>> procedure)