Uses of Interface
org.eclipse.collections.impl.lazy.parallel.set.UnsortedSetBatch
-
Packages that use UnsortedSetBatch Package Description org.eclipse.collections.impl.lazy.parallel org.eclipse.collections.impl.lazy.parallel.list org.eclipse.collections.impl.lazy.parallel.set org.eclipse.collections.impl.lazy.parallel.set.sorted org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet.org.eclipse.collections.impl.set.strategy.mutable This package contains implementations of sets with user definedHashingStrategys. -
-
Uses of UnsortedSetBatch in org.eclipse.collections.impl.lazy.parallel
Methods in org.eclipse.collections.impl.lazy.parallel that return types with arguments of type UnsortedSetBatch Modifier and Type Method Description LazyIterable<UnsortedSetBatch<T>>ParallelDistinctIterable. split() -
Uses of UnsortedSetBatch in org.eclipse.collections.impl.lazy.parallel.list
Classes in org.eclipse.collections.impl.lazy.parallel.list that implement UnsortedSetBatch Modifier and Type Class Description classDistinctBatch<T>Methods in org.eclipse.collections.impl.lazy.parallel.list that return UnsortedSetBatch Modifier and Type Method Description UnsortedSetBatch<V>CollectListBatch. distinct(ConcurrentHashMap<V,java.lang.Boolean> distinct)UnsortedSetBatch<V>FlatCollectListBatch. distinct(ConcurrentHashMap<V,java.lang.Boolean> distinct)UnsortedSetBatch<T>ListBatch. distinct(ConcurrentHashMap<T,java.lang.Boolean> distinct)UnsortedSetBatch<T>ListIterableBatch. distinct(ConcurrentHashMap<T,java.lang.Boolean> distinct)UnsortedSetBatch<T>SelectListBatch. distinct(ConcurrentHashMap<T,java.lang.Boolean> distinct)UnsortedSetBatch<T>DistinctBatch. select(Predicate<? super T> predicate)Methods in org.eclipse.collections.impl.lazy.parallel.list that return types with arguments of type UnsortedSetBatch Modifier and Type Method Description LazyIterable<UnsortedSetBatch<T>>ParallelDistinctListIterable. split() -
Uses of UnsortedSetBatch in org.eclipse.collections.impl.lazy.parallel.set
Classes in org.eclipse.collections.impl.lazy.parallel.set with type parameters of type UnsortedSetBatch Modifier and Type Class Description classAbstractParallelUnsortedSetIterable<T,B extends UnsortedSetBatch<T>>Subinterfaces of UnsortedSetBatch in org.eclipse.collections.impl.lazy.parallel.set Modifier and Type Interface Description interfaceRootUnsortedSetBatch<T>Classes in org.eclipse.collections.impl.lazy.parallel.set that implement UnsortedSetBatch Modifier and Type Class Description classCollectUnsortedSetBatch<T,V>classSelectUnsortedSetBatch<T>Fields in org.eclipse.collections.impl.lazy.parallel.set declared as UnsortedSetBatch Modifier and Type Field Description private UnsortedSetBatch<T>CollectUnsortedSetBatch. unsortedSetBatchprivate UnsortedSetBatch<T>SelectUnsortedSetBatch. unsortedSetBatchFields in org.eclipse.collections.impl.lazy.parallel.set with type parameters of type UnsortedSetBatch Modifier and Type Field Description private AbstractParallelUnsortedSetIterable<T,? extends UnsortedSetBatch<T>>ParallelSelectUnsortedSetIterable. delegateMethods in org.eclipse.collections.impl.lazy.parallel.set that return UnsortedSetBatch Modifier and Type Method Description UnsortedSetBatch<V>CollectUnsortedSetBatch. select(Predicate<? super V> predicate)UnsortedSetBatch<T>SelectUnsortedSetBatch. select(Predicate<? super T> predicate)UnsortedSetBatch<T>UnsortedSetBatch. select(Predicate<? super T> predicate)Methods in org.eclipse.collections.impl.lazy.parallel.set that return types with arguments of type UnsortedSetBatch Modifier and Type Method Description LazyIterable<UnsortedSetBatch<T>>ParallelSelectUnsortedSetIterable. split()Constructors in org.eclipse.collections.impl.lazy.parallel.set with parameters of type UnsortedSetBatch Constructor Description CollectUnsortedSetBatch(UnsortedSetBatch<T> unsortedSetBatch, Function<? super T,? extends V> function)SelectUnsortedSetBatch(UnsortedSetBatch<T> unsortedSetBatch, Predicate<? super T> predicate)Constructor parameters in org.eclipse.collections.impl.lazy.parallel.set with type arguments of type UnsortedSetBatch Constructor Description ParallelSelectUnsortedSetIterable(AbstractParallelUnsortedSetIterable<T,? extends UnsortedSetBatch<T>> delegate, Predicate<? super T> predicate) -
Uses of UnsortedSetBatch in org.eclipse.collections.impl.lazy.parallel.set.sorted
Methods in org.eclipse.collections.impl.lazy.parallel.set.sorted that return UnsortedSetBatch Modifier and Type Method Description UnsortedSetBatch<V>CollectSortedSetBatch. distinct(ConcurrentHashMap<V,java.lang.Boolean> distinct)UnsortedSetBatch<V>FlatCollectSortedSetBatch. distinct(ConcurrentHashMap<V,java.lang.Boolean> distinct) -
Uses of UnsortedSetBatch in org.eclipse.collections.impl.set.mutable
Classes in org.eclipse.collections.impl.set.mutable that implement UnsortedSetBatch Modifier and Type Class Description private classUnifiedSet.UnifiedUnsortedSetBatchMethods in org.eclipse.collections.impl.set.mutable that return UnsortedSetBatch Modifier and Type Method Description UnsortedSetBatch<T>UnifiedSet.UnifiedUnsortedSetBatch. select(Predicate<? super T> predicate) -
Uses of UnsortedSetBatch in org.eclipse.collections.impl.set.strategy.mutable
Classes in org.eclipse.collections.impl.set.strategy.mutable that implement UnsortedSetBatch Modifier and Type Class Description private classUnifiedSetWithHashingStrategy.UnifiedUnsortedSetBatchMethods in org.eclipse.collections.impl.set.strategy.mutable that return UnsortedSetBatch Modifier and Type Method Description UnsortedSetBatch<T>UnifiedSetWithHashingStrategy.UnifiedUnsortedSetBatch. select(Predicate<? super T> predicate)
-