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 TypeClassDescriptionclassAbstractParallelSortedSetIterable<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 SortedSetBatchMethods 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) Constructors 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)