Uses of Interface
org.eclipse.collections.impl.lazy.parallel.bag.UnsortedBagBatch
Packages that use UnsortedBagBatch
Package
Description
This package contains implementations of
MutableSet.This package contains implementations of sets with user defined
HashingStrategys.-
Uses of UnsortedBagBatch in org.eclipse.collections.impl.lazy.parallel.bag
Classes in org.eclipse.collections.impl.lazy.parallel.bag with type parameters of type UnsortedBagBatchModifier and TypeClassDescriptionclassAbstractParallelUnsortedBag<T, B extends UnsortedBagBatch<T>>Subinterfaces of UnsortedBagBatch in org.eclipse.collections.impl.lazy.parallel.bagClasses in org.eclipse.collections.impl.lazy.parallel.bag that implement UnsortedBagBatchModifier and TypeClassDescriptionclassclassclassSubclasses with type arguments of type UnsortedBagBatch in org.eclipse.collections.impl.lazy.parallel.bagModifier and TypeClassDescriptionclass(package private) classFields in org.eclipse.collections.impl.lazy.parallel.bag declared as UnsortedBagBatchModifier and TypeFieldDescriptionprivate final UnsortedBagBatch<T> SelectUnsortedBagBatch.unsortedBagBatchFields in org.eclipse.collections.impl.lazy.parallel.bag with type parameters of type UnsortedBagBatchModifier and TypeFieldDescriptionprivate final AbstractParallelUnsortedBag<T, ? extends UnsortedBagBatch<T>> ParallelCollectUnsortedBag.parallelIterableprivate final AbstractParallelUnsortedBag<T, ? extends UnsortedBagBatch<T>> ParallelSelectUnsortedBag.parallelIterableMethods in org.eclipse.collections.impl.lazy.parallel.bag that return UnsortedBagBatchModifier and TypeMethodDescription<VV> UnsortedBagBatch<VV> <VV> UnsortedBagBatch<VV> <V> UnsortedBagBatch<V> <V> UnsortedBagBatch<V> <V1> UnsortedBagBatch<V1> CollectUnsortedBagBatch.flatCollect(Function<? super V, ? extends Iterable<V1>> function) <V1> UnsortedBagBatch<V1> FlatCollectUnsortedBagBatch.flatCollect(Function<? super V, ? extends Iterable<V1>> function) <V> UnsortedBagBatch<V> SelectUnsortedBagBatch.flatCollect(Function<? super T, ? extends Iterable<V>> function) <V> UnsortedBagBatch<V> UnsortedBagBatch.flatCollect(Function<? super T, ? extends Iterable<V>> function) Methods in org.eclipse.collections.impl.lazy.parallel.bag that return types with arguments of type UnsortedBagBatchModifier and TypeMethodDescriptionParallelCollectUnsortedBag.split()ParallelSelectUnsortedBag.split()Constructors in org.eclipse.collections.impl.lazy.parallel.bag with parameters of type UnsortedBagBatchModifierConstructorDescriptionSelectUnsortedBagBatch(UnsortedBagBatch<T> unsortedBagBatch, Predicate<? super T> predicate) Constructor parameters in org.eclipse.collections.impl.lazy.parallel.bag with type arguments of type UnsortedBagBatchModifierConstructorDescriptionParallelCollectUnsortedBag(AbstractParallelUnsortedBag<T, ? extends UnsortedBagBatch<T>> parallelIterable, Function<? super T, ? extends V> function) (package private)ParallelSelectUnsortedBag(AbstractParallelUnsortedBag<T, ? extends UnsortedBagBatch<T>> parallelIterable, Predicate<? super T> predicate) -
Uses of UnsortedBagBatch in org.eclipse.collections.impl.lazy.parallel.list
Methods in org.eclipse.collections.impl.lazy.parallel.list that return UnsortedBagBatchModifier and TypeMethodDescription<V> UnsortedBagBatch<V> <V> UnsortedBagBatch<V> DistinctBatch.flatCollect(Function<? super T, ? extends Iterable<V>> function) -
Uses of UnsortedBagBatch in org.eclipse.collections.impl.lazy.parallel.set
Methods in org.eclipse.collections.impl.lazy.parallel.set that return UnsortedBagBatchModifier and TypeMethodDescription<VV> UnsortedBagBatch<VV> <V> UnsortedBagBatch<V> <V> UnsortedBagBatch<V> <V1> UnsortedBagBatch<V1> CollectUnsortedSetBatch.flatCollect(Function<? super V, ? extends Iterable<V1>> function) <V> UnsortedBagBatch<V> SelectUnsortedSetBatch.flatCollect(Function<? super T, ? extends Iterable<V>> function) <V> UnsortedBagBatch<V> UnsortedSetBatch.flatCollect(Function<? super T, ? extends Iterable<V>> function) -
Uses of UnsortedBagBatch in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return UnsortedBagBatchModifier and TypeMethodDescription<V> UnsortedBagBatch<V> <V> UnsortedBagBatch<V> UnifiedSet.UnifiedUnsortedSetBatch.flatCollect(Function<? super T, ? extends Iterable<V>> function) -
Uses of UnsortedBagBatch in org.eclipse.collections.impl.set.strategy.mutable
Methods in org.eclipse.collections.impl.set.strategy.mutable that return UnsortedBagBatchModifier and TypeMethodDescription<V> UnsortedBagBatch<V> UnifiedSetWithHashingStrategy.UnifiedUnsortedSetBatch.collect(Function<? super T, ? extends V> function) <V> UnsortedBagBatch<V> UnifiedSetWithHashingStrategy.UnifiedUnsortedSetBatch.flatCollect(Function<? super T, ? extends Iterable<V>> function)