Uses of Interface
org.eclipse.collections.impl.lazy.parallel.set.sorted.RootSortedSetBatch
-
Packages that use RootSortedSetBatch Package Description org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet
. -
-
Uses of RootSortedSetBatch in org.eclipse.collections.impl.set.sorted.immutable
Classes in org.eclipse.collections.impl.set.sorted.immutable that implement RootSortedSetBatch Modifier and Type Class Description private class
ImmutableTreeSet.ImmutableTreeSetBatch
Methods in org.eclipse.collections.impl.set.sorted.immutable that return RootSortedSetBatch Modifier and Type Method Description RootSortedSetBatch<T>
ImmutableTreeSet.SortedSetIterableParallelIterable.SortedSetIterableParallelBatchIterator. next()
Methods in org.eclipse.collections.impl.set.sorted.immutable that return types with arguments of type RootSortedSetBatch Modifier and Type Method Description java.util.Iterator<RootSortedSetBatch<T>>
ImmutableTreeSet.SortedSetIterableParallelIterable.SortedSetIterableParallelBatchLazyIterable. iterator()
LazyIterable<RootSortedSetBatch<T>>
ImmutableTreeSet.SortedSetIterableParallelIterable. split()
Method parameters in org.eclipse.collections.impl.set.sorted.immutable with type arguments of type RootSortedSetBatch Modifier and Type Method Description void
ImmutableTreeSet.SortedSetIterableParallelIterable.SortedSetIterableParallelBatchLazyIterable. each(Procedure<? super RootSortedSetBatch<T>> procedure)
-