Uses of Class
org.eclipse.collections.impl.lazy.parallel.AbstractParallelIterable
-
Packages that use AbstractParallelIterable Package Description org.eclipse.collections.impl.lazy.parallel 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.lazy.parallel.set.sorted org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet.org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet.org.eclipse.collections.impl.set.strategy.mutable This package contains implementations of sets with user definedHashingStrategys. -
-
Uses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel Modifier and Type Class Description classAbstractParallelIterableImpl<T,B extends Batch<T>>classParallelDistinctIterable<T>classParallelSelectIterable<T>Fields in org.eclipse.collections.impl.lazy.parallel declared as AbstractParallelIterable Modifier and Type Field Description private AbstractParallelIterable<T,? extends Batch<T>>ParallelDistinctIterable. delegateprivate AbstractParallelIterable<T,? extends Batch<T>>ParallelSelectIterable. parallelIterableMethods in org.eclipse.collections.impl.lazy.parallel with parameters of type AbstractParallelIterable Modifier and Type Method Description protected static <T> booleanAbstractParallelIterable. allSatisfy(AbstractParallelIterable<T,? extends RootBatch<T>> parallelIterable, Predicate<? super T> predicate)protected static <T> booleanAbstractParallelIterable. anySatisfy(AbstractParallelIterable<T,? extends RootBatch<T>> parallelIterable, Predicate<? super T> predicate)protected static <T> TAbstractParallelIterable. detect(AbstractParallelIterable<T,? extends RootBatch<T>> parallelIterable, Predicate<? super T> predicate)protected static <T> voidAbstractParallelIterable. forEach(AbstractParallelIterable<T,? extends RootBatch<T>> parallelIterable, Procedure<? super T> procedure)Constructors in org.eclipse.collections.impl.lazy.parallel with parameters of type AbstractParallelIterable Constructor Description ParallelDistinctIterable(AbstractParallelIterable<T,? extends Batch<T>> delegate)ParallelSelectIterable(AbstractParallelIterable<T,? extends Batch<T>> parallelIterable, Predicate<? super T> predicate) -
Uses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.bag
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.bag Modifier and Type Class Description classAbstractParallelUnsortedBag<T,B extends UnsortedBagBatch<T>>classParallelCollectUnsortedBag<T,V>(package private) classParallelSelectUnsortedBag<T> -
Uses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.list
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.list Modifier and Type Class Description classAbstractParallelListIterable<T,B extends ListBatch<T>>classListIterableParallelIterable<T>classParallelCollectListIterable<T,V>(package private) classParallelDistinctListIterable<T>classParallelFlatCollectListIterable<T,V>(package private) classParallelSelectListIterable<T>Fields in org.eclipse.collections.impl.lazy.parallel.list declared as AbstractParallelIterable Modifier and Type Field Description private AbstractParallelIterable<T,? extends OrderedBatch<T>>ParallelCollectListIterable. parallelIterableprivate AbstractParallelIterable<T,? extends OrderedBatch<T>>ParallelFlatCollectListIterable. parallelIterableConstructors in org.eclipse.collections.impl.lazy.parallel.list with parameters of type AbstractParallelIterable Constructor Description ParallelCollectListIterable(AbstractParallelIterable<T,? extends OrderedBatch<T>> parallelIterable, Function<? super T,? extends V> function)ParallelFlatCollectListIterable(AbstractParallelIterable<T,? extends OrderedBatch<T>> parallelIterable, Function<? super T,? extends java.lang.Iterable<V>> function) -
Uses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.set
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.set Modifier and Type Class Description classAbstractParallelUnsortedSetIterable<T,B extends UnsortedSetBatch<T>>classParallelCollectIterable<T,V>classParallelFlatCollectIterable<T,V>(package private) classParallelSelectUnsortedSetIterable<T>Fields in org.eclipse.collections.impl.lazy.parallel.set declared as AbstractParallelIterable Modifier and Type Field Description private AbstractParallelIterable<T,? extends Batch<T>>ParallelCollectIterable. delegateprivate AbstractParallelIterable<T,? extends Batch<T>>ParallelFlatCollectIterable. delegateConstructors in org.eclipse.collections.impl.lazy.parallel.set with parameters of type AbstractParallelIterable Constructor Description ParallelCollectIterable(AbstractParallelIterable<T,? extends Batch<T>> delegate, Function<? super T,? extends V> function)ParallelFlatCollectIterable(AbstractParallelIterable<T,? extends Batch<T>> delegate, Function<? super T,? extends java.lang.Iterable<V>> function) -
Uses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.set.sorted
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.set.sorted Modifier and Type Class Description classAbstractParallelSortedSetIterable<T,B extends SortedSetBatch<T>>(package private) classParallelSelectSortedSetIterable<T> -
Uses of AbstractParallelIterable in org.eclipse.collections.impl.set.mutable
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.set.mutable Modifier and Type Class Description private classUnifiedSet.UnifiedSetParallelUnsortedIterable -
Uses of AbstractParallelIterable in org.eclipse.collections.impl.set.sorted.immutable
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.set.sorted.immutable Modifier and Type Class Description private classImmutableTreeSet.SortedSetIterableParallelIterable -
Uses of AbstractParallelIterable in org.eclipse.collections.impl.set.strategy.mutable
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.set.strategy.mutable Modifier and Type Class Description private classUnifiedSetWithHashingStrategy.UnifiedSetParallelUnsortedIterable
-