Uses of Interface
org.eclipse.collections.impl.lazy.parallel.set.UnsortedSetBatch
-
-
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,Boolean> distinct)UnsortedSetBatch<V>FlatCollectListBatch. distinct(ConcurrentHashMap<V,Boolean> distinct)UnsortedSetBatch<T>ListBatch. distinct(ConcurrentHashMap<T,Boolean> distinct)UnsortedSetBatch<T>ListIterableBatch. distinct(ConcurrentHashMap<T,Boolean> distinct)UnsortedSetBatch<T>SelectListBatch. distinct(ConcurrentHashMap<T,Boolean> distinct)UnsortedSetBatch<T>DistinctBatch. select(Predicate<? super T> predicate) -
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>Methods 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)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) -
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,Boolean> distinct)UnsortedSetBatch<V>FlatCollectSortedSetBatch. distinct(ConcurrentHashMap<V,Boolean> distinct)
-