Uses of Interface
org.eclipse.collections.impl.lazy.parallel.set.UnsortedSetBatch
Packages that use UnsortedSetBatch
Package
Description
-
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 -
Uses of UnsortedSetBatch in org.eclipse.collections.impl.lazy.parallel.list
Classes in org.eclipse.collections.impl.lazy.parallel.list that implement UnsortedSetBatchMethods in org.eclipse.collections.impl.lazy.parallel.list that return UnsortedSetBatchModifier and TypeMethodDescriptionCollectListBatch.distinct(ConcurrentHashMap<V, Boolean> distinct) FlatCollectListBatch.distinct(ConcurrentHashMap<V, Boolean> distinct) ListBatch.distinct(ConcurrentHashMap<T, Boolean> distinct) ListIterableBatch.distinct(ConcurrentHashMap<T, Boolean> distinct) SelectListBatch.distinct(ConcurrentHashMap<T, Boolean> distinct) -
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 UnsortedSetBatchModifier and TypeClassDescriptionclassAbstractParallelUnsortedSetIterable<T,B extends UnsortedSetBatch<T>> Subinterfaces of UnsortedSetBatch in org.eclipse.collections.impl.lazy.parallel.setClasses in org.eclipse.collections.impl.lazy.parallel.set that implement UnsortedSetBatchModifier and TypeClassDescriptionclassclassMethods in org.eclipse.collections.impl.lazy.parallel.set that return UnsortedSetBatchModifier and TypeMethodDescriptionConstructors in org.eclipse.collections.impl.lazy.parallel.set with parameters of type UnsortedSetBatchModifierConstructorDescriptionCollectUnsortedSetBatch(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 UnsortedSetBatchModifier and TypeMethodDescriptionCollectSortedSetBatch.distinct(ConcurrentHashMap<V, Boolean> distinct) FlatCollectSortedSetBatch.distinct(ConcurrentHashMap<V, Boolean> distinct)