Uses of Interface
org.eclipse.collections.impl.lazy.parallel.bag.UnsortedBagBatch
-
Packages that use UnsortedBagBatch Package Description org.eclipse.collections.impl.lazy.parallel.bag org.eclipse.collections.impl.lazy.parallel.list org.eclipse.collections.impl.lazy.parallel.set 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 definedHashingStrategy
s. -
-
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 UnsortedBagBatch Modifier and Type Class Description class
AbstractParallelUnsortedBag<T,B extends UnsortedBagBatch<T>>
Subinterfaces of UnsortedBagBatch in org.eclipse.collections.impl.lazy.parallel.bag Modifier and Type Interface Description interface
RootUnsortedBagBatch<T>
Classes in org.eclipse.collections.impl.lazy.parallel.bag that implement UnsortedBagBatch Modifier and Type Class Description class
CollectUnsortedBagBatch<T,V>
class
FlatCollectUnsortedBagBatch<T,V>
class
SelectUnsortedBagBatch<T>
Fields in org.eclipse.collections.impl.lazy.parallel.bag declared as UnsortedBagBatch Modifier and Type Field Description private UnsortedBagBatch<T>
SelectUnsortedBagBatch. unsortedBagBatch
Fields in org.eclipse.collections.impl.lazy.parallel.bag with type parameters of type UnsortedBagBatch Modifier and Type Field Description private AbstractParallelUnsortedBag<T,? extends UnsortedBagBatch<T>>
ParallelCollectUnsortedBag. parallelIterable
private AbstractParallelUnsortedBag<T,? extends UnsortedBagBatch<T>>
ParallelSelectUnsortedBag. parallelIterable
Methods in org.eclipse.collections.impl.lazy.parallel.bag that return UnsortedBagBatch Modifier and Type Method Description <VV> UnsortedBagBatch<VV>
CollectUnsortedBagBatch. collect(Function<? super V,? extends VV> function)
<VV> UnsortedBagBatch<VV>
FlatCollectUnsortedBagBatch. collect(Function<? super V,? extends VV> function)
<V> UnsortedBagBatch<V>
SelectUnsortedBagBatch. collect(Function<? super T,? extends V> function)
<V> UnsortedBagBatch<V>
UnsortedBagBatch. collect(Function<? super T,? extends V> function)
<V1> UnsortedBagBatch<V1>
CollectUnsortedBagBatch. flatCollect(Function<? super V,? extends java.lang.Iterable<V1>> function)
<V1> UnsortedBagBatch<V1>
FlatCollectUnsortedBagBatch. flatCollect(Function<? super V,? extends java.lang.Iterable<V1>> function)
<V> UnsortedBagBatch<V>
SelectUnsortedBagBatch. flatCollect(Function<? super T,? extends java.lang.Iterable<V>> function)
<V> UnsortedBagBatch<V>
UnsortedBagBatch. flatCollect(Function<? super T,? extends java.lang.Iterable<V>> function)
UnsortedBagBatch<V>
CollectUnsortedBagBatch. select(Predicate<? super V> predicate)
UnsortedBagBatch<V>
FlatCollectUnsortedBagBatch. select(Predicate<? super V> predicate)
UnsortedBagBatch<T>
SelectUnsortedBagBatch. select(Predicate<? super T> predicate)
UnsortedBagBatch<T>
UnsortedBagBatch. select(Predicate<? super T> predicate)
Methods in org.eclipse.collections.impl.lazy.parallel.bag that return types with arguments of type UnsortedBagBatch Modifier and Type Method Description LazyIterable<UnsortedBagBatch<V>>
ParallelCollectUnsortedBag. split()
LazyIterable<UnsortedBagBatch<T>>
ParallelSelectUnsortedBag. split()
Constructors in org.eclipse.collections.impl.lazy.parallel.bag with parameters of type UnsortedBagBatch Constructor Description SelectUnsortedBagBatch(UnsortedBagBatch<T> unsortedBagBatch, Predicate<? super T> predicate)
Constructor parameters in org.eclipse.collections.impl.lazy.parallel.bag with type arguments of type UnsortedBagBatch Constructor Description ParallelCollectUnsortedBag(AbstractParallelUnsortedBag<T,? extends UnsortedBagBatch<T>> parallelIterable, Function<? super T,? extends V> function)
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 UnsortedBagBatch Modifier and Type Method Description <V> UnsortedBagBatch<V>
DistinctBatch. collect(Function<? super T,? extends V> function)
<V> UnsortedBagBatch<V>
DistinctBatch. flatCollect(Function<? super T,? extends java.lang.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 UnsortedBagBatch Modifier and Type Method Description <VV> UnsortedBagBatch<VV>
CollectUnsortedSetBatch. collect(Function<? super V,? extends VV> function)
<V> UnsortedBagBatch<V>
SelectUnsortedSetBatch. collect(Function<? super T,? extends V> function)
<V> UnsortedBagBatch<V>
UnsortedSetBatch. collect(Function<? super T,? extends V> function)
<V1> UnsortedBagBatch<V1>
CollectUnsortedSetBatch. flatCollect(Function<? super V,? extends java.lang.Iterable<V1>> function)
<V> UnsortedBagBatch<V>
SelectUnsortedSetBatch. flatCollect(Function<? super T,? extends java.lang.Iterable<V>> function)
<V> UnsortedBagBatch<V>
UnsortedSetBatch. flatCollect(Function<? super T,? extends java.lang.Iterable<V>> function)
-
Uses of UnsortedBagBatch in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return UnsortedBagBatch Modifier and Type Method Description <V> UnsortedBagBatch<V>
UnifiedSet.UnifiedUnsortedSetBatch. collect(Function<? super T,? extends V> function)
<V> UnsortedBagBatch<V>
UnifiedSet.UnifiedUnsortedSetBatch. flatCollect(Function<? super T,? extends java.lang.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 UnsortedBagBatch Modifier and Type Method Description <V> UnsortedBagBatch<V>
UnifiedSetWithHashingStrategy.UnifiedUnsortedSetBatch. collect(Function<? super T,? extends V> function)
<V> UnsortedBagBatch<V>
UnifiedSetWithHashingStrategy.UnifiedUnsortedSetBatch. flatCollect(Function<? super T,? extends java.lang.Iterable<V>> function)
-