Uses of Interface
org.eclipse.collections.impl.lazy.parallel.set.sorted.SortedSetBatch
Package | Description |
---|---|
org.eclipse.collections.impl.lazy.parallel.set.sorted |
-
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 SortedSetBatch Modifier and Type Class Description class
AbstractParallelSortedSetIterable<T,B extends SortedSetBatch<T>>
Subinterfaces of SortedSetBatch in org.eclipse.collections.impl.lazy.parallel.set.sorted Modifier and Type Interface Description interface
RootSortedSetBatch<T>
Classes in org.eclipse.collections.impl.lazy.parallel.set.sorted that implement SortedSetBatch Modifier and Type Class Description class
SelectSortedSetBatch<T>
Methods in org.eclipse.collections.impl.lazy.parallel.set.sorted that return SortedSetBatch Modifier and Type Method Description SortedSetBatch<T>
SelectSortedSetBatch. distinct(ConcurrentHashMap<T,Boolean> distinct)
SortedSetBatch<T>
SortedSetBatch. distinct(ConcurrentHashMap<T,Boolean> distinct)
SortedSetBatch<T>
SelectSortedSetBatch. select(Predicate<? super T> predicate)
SortedSetBatch<T>
SortedSetBatch. select(Predicate<? super T> predicate)
Constructors in org.eclipse.collections.impl.lazy.parallel.set.sorted with parameters of type SortedSetBatch Constructor Description CollectSortedSetBatch(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)