Uses of Interface
org.eclipse.collections.impl.lazy.parallel.set.sorted.SortedSetBatch
-
Packages that use SortedSetBatch Package Description org.eclipse.collections.impl.lazy.parallel.set.sorted org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet. -
-
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 classAbstractParallelSortedSetIterable<T,B extends SortedSetBatch<T>>Subinterfaces of SortedSetBatch in org.eclipse.collections.impl.lazy.parallel.set.sorted Modifier and Type Interface Description interfaceRootSortedSetBatch<T>Classes in org.eclipse.collections.impl.lazy.parallel.set.sorted that implement SortedSetBatch Modifier and Type Class Description classSelectSortedSetBatch<T>Fields in org.eclipse.collections.impl.lazy.parallel.set.sorted declared as SortedSetBatch Modifier and Type Field Description private SortedSetBatch<T>CollectSortedSetBatch. sortedSetBatchprivate SortedSetBatch<T>FlatCollectSortedSetBatch. sortedSetBatchprivate SortedSetBatch<T>SelectSortedSetBatch. sortedSetBatchFields in org.eclipse.collections.impl.lazy.parallel.set.sorted with type parameters of type SortedSetBatch Modifier and Type Field Description private AbstractParallelSortedSetIterable<T,? extends SortedSetBatch<T>>ParallelSelectSortedSetIterable. parallelIterableMethods in org.eclipse.collections.impl.lazy.parallel.set.sorted that return SortedSetBatch Modifier and Type Method Description SortedSetBatch<T>SelectSortedSetBatch. distinct(ConcurrentHashMap<T,java.lang.Boolean> distinct)SortedSetBatch<T>SortedSetBatch. distinct(ConcurrentHashMap<T,java.lang.Boolean> distinct)SortedSetBatch<T>SelectSortedSetBatch. select(Predicate<? super T> predicate)SortedSetBatch<T>SortedSetBatch. select(Predicate<? super T> predicate)Methods in org.eclipse.collections.impl.lazy.parallel.set.sorted that return types with arguments of type SortedSetBatch Modifier and Type Method Description LazyIterable<SortedSetBatch<T>>ParallelSelectSortedSetIterable. split()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 java.lang.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 SortedSetBatch Constructor Description 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 SortedSetBatch Modifier and Type Class Description private classImmutableTreeSet.ImmutableTreeSetBatchMethods in org.eclipse.collections.impl.set.sorted.immutable that return SortedSetBatch Modifier and Type Method Description SortedSetBatch<T>ImmutableTreeSet.ImmutableTreeSetBatch. distinct(ConcurrentHashMap<T,java.lang.Boolean> distinct)SortedSetBatch<T>ImmutableTreeSet.ImmutableTreeSetBatch. select(Predicate<? super T> predicate)
-