Uses of Interface
org.eclipse.collections.impl.lazy.parallel.set.sorted.SortedSetBatch
Packages that use SortedSetBatch
-
Uses of SortedSetBatch in org.eclipse.collections.impl.lazy.parallel.set.sorted
Classes in org.eclipse.collections.impl.lazy.parallel.set.sorted with type parameters of type SortedSetBatchModifier and TypeClassDescriptionclass
AbstractParallelSortedSetIterable<T,
B extends SortedSetBatch<T>> Subinterfaces of SortedSetBatch in org.eclipse.collections.impl.lazy.parallel.set.sortedClasses in org.eclipse.collections.impl.lazy.parallel.set.sorted that implement SortedSetBatchFields in org.eclipse.collections.impl.lazy.parallel.set.sorted declared as SortedSetBatchModifier and TypeFieldDescriptionprivate final SortedSetBatch
<T> CollectSortedSetBatch.sortedSetBatch
private final SortedSetBatch
<T> FlatCollectSortedSetBatch.sortedSetBatch
private final SortedSetBatch
<T> SelectSortedSetBatch.sortedSetBatch
Fields in org.eclipse.collections.impl.lazy.parallel.set.sorted with type parameters of type SortedSetBatchModifier and TypeFieldDescriptionprivate final AbstractParallelSortedSetIterable
<T, ? extends SortedSetBatch<T>> ParallelSelectSortedSetIterable.parallelIterable
Methods in org.eclipse.collections.impl.lazy.parallel.set.sorted that return SortedSetBatchModifier and TypeMethodDescriptionSelectSortedSetBatch.distinct
(ConcurrentHashMap<T, Boolean> distinct) SortedSetBatch.distinct
(ConcurrentHashMap<T, Boolean> distinct) Methods in org.eclipse.collections.impl.lazy.parallel.set.sorted that return types with arguments of type SortedSetBatchConstructors in org.eclipse.collections.impl.lazy.parallel.set.sorted with parameters of type SortedSetBatchModifierConstructorDescriptionCollectSortedSetBatch
(SortedSetBatch<T> sortedSetBatch, Function<? super T, ? extends V> function) FlatCollectSortedSetBatch
(SortedSetBatch<T> sortedSetBatch, Function<? super T, ? extends Iterable<V>> function) SelectSortedSetBatch
(SortedSetBatch<T> sortedSetBatch, Predicate<? super T> predicate) Constructor parameters in org.eclipse.collections.impl.lazy.parallel.set.sorted with type arguments of type SortedSetBatchModifierConstructorDescription(package private)
ParallelSelectSortedSetIterable
(AbstractParallelSortedSetIterable<T, ? extends SortedSetBatch<T>> parallelIterable, Predicate<? super T> predicate) -
Uses of SortedSetBatch in org.eclipse.collections.impl.set.sorted.immutable
Classes in org.eclipse.collections.impl.set.sorted.immutable that implement SortedSetBatchMethods in org.eclipse.collections.impl.set.sorted.immutable that return SortedSetBatchModifier and TypeMethodDescriptionImmutableTreeSet.ImmutableTreeSetBatch.distinct
(ConcurrentHashMap<T, Boolean> distinct)