Uses of Interface
org.eclipse.collections.impl.lazy.parallel.set.RootUnsortedSetBatch
-
Packages that use RootUnsortedSetBatch Package Description org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet
.org.eclipse.collections.impl.set.strategy.mutable This package contains implementations of sets with user definedHashingStrategy
s. -
-
Uses of RootUnsortedSetBatch in org.eclipse.collections.impl.set.mutable
Classes in org.eclipse.collections.impl.set.mutable that implement RootUnsortedSetBatch Modifier and Type Class Description private class
UnifiedSet.UnifiedUnsortedSetBatch
Methods in org.eclipse.collections.impl.set.mutable that return RootUnsortedSetBatch Modifier and Type Method Description RootUnsortedSetBatch<T>
UnifiedSet.UnifiedSetParallelUnsortedIterable.UnifiedSetParallelSplitIterator. next()
Methods in org.eclipse.collections.impl.set.mutable that return types with arguments of type RootUnsortedSetBatch Modifier and Type Method Description java.util.Iterator<RootUnsortedSetBatch<T>>
UnifiedSet.UnifiedSetParallelUnsortedIterable.UnifiedSetParallelSplitLazyIterable. iterator()
LazyIterable<RootUnsortedSetBatch<T>>
UnifiedSet.UnifiedSetParallelUnsortedIterable. split()
Method parameters in org.eclipse.collections.impl.set.mutable with type arguments of type RootUnsortedSetBatch Modifier and Type Method Description void
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 RootUnsortedSetBatch Modifier and Type Class Description private class
UnifiedSetWithHashingStrategy.UnifiedUnsortedSetBatch
Methods in org.eclipse.collections.impl.set.strategy.mutable that return RootUnsortedSetBatch Modifier and Type Method Description RootUnsortedSetBatch<T>
UnifiedSetWithHashingStrategy.UnifiedSetParallelUnsortedIterable.UnifiedSetParallelSplitIterator. next()
Methods in org.eclipse.collections.impl.set.strategy.mutable that return types with arguments of type RootUnsortedSetBatch Modifier and Type Method Description java.util.Iterator<RootUnsortedSetBatch<T>>
UnifiedSetWithHashingStrategy.UnifiedSetParallelUnsortedIterable.UnifiedSetParallelSplitLazyIterable. iterator()
LazyIterable<RootUnsortedSetBatch<T>>
UnifiedSetWithHashingStrategy.UnifiedSetParallelUnsortedIterable. split()
Method parameters in org.eclipse.collections.impl.set.strategy.mutable with type arguments of type RootUnsortedSetBatch Modifier and Type Method Description void
UnifiedSetWithHashingStrategy.UnifiedSetParallelUnsortedIterable.UnifiedSetParallelSplitLazyIterable. each(Procedure<? super RootUnsortedSetBatch<T>> procedure)
-