Uses of Package
org.eclipse.collections.impl.parallel
-
Packages that use org.eclipse.collections.impl.parallel Package Description org.eclipse.collections.impl.forkjoin This package contains implementations which has several parallel algorithms that work with Collections and make use of Java's fork-join framework.org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableList
interface.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableList
interface.org.eclipse.collections.impl.map.immutable This package contains implementations of theImmutableMap
interface.org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMap
interface.org.eclipse.collections.impl.map.strategy.immutable This package contains immutable map implementations backed by hashtables that rely onHashingStrategy
s provided by the developer to compute the hashCode and equals for the objects stored in the map.org.eclipse.collections.impl.map.strategy.mutable This package contains mutable map implementations backed by hashtables that rely onHashingStrategy
s provided by the developer to compute the hashCode and equals for the objects stored in the map.org.eclipse.collections.impl.parallel This package contains classes which is used for parallel iteration through the containers.org.eclipse.collections.impl.set org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet
.org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet
.org.eclipse.collections.impl.set.strategy.immutable This package contains implementations of immutable sets with user definedHashingStrategy
s.org.eclipse.collections.impl.set.strategy.mutable This package contains implementations of sets with user definedHashingStrategy
s. -
Classes in org.eclipse.collections.impl.parallel used by org.eclipse.collections.impl.forkjoin Class Description BatchIterable Combiner ObjectIntProcedureFactory ObjectIntProcedureFactory is used by parallel iterators as a factory for stateful ObjectIntProcedure instances.ProcedureFactory -
Classes in org.eclipse.collections.impl.parallel used by org.eclipse.collections.impl.list.immutable Class Description BatchIterable -
Classes in org.eclipse.collections.impl.parallel used by org.eclipse.collections.impl.list.mutable Class Description BatchIterable -
Classes in org.eclipse.collections.impl.parallel used by org.eclipse.collections.impl.map.immutable Class Description BatchIterable -
Classes in org.eclipse.collections.impl.parallel used by org.eclipse.collections.impl.map.mutable Class Description BatchIterable -
Classes in org.eclipse.collections.impl.parallel used by org.eclipse.collections.impl.map.strategy.immutable Class Description BatchIterable -
Classes in org.eclipse.collections.impl.parallel used by org.eclipse.collections.impl.map.strategy.mutable Class Description BatchIterable -
Classes in org.eclipse.collections.impl.parallel used by org.eclipse.collections.impl.parallel Class Description AbstractPredicateBasedCombiner AbstractProcedureCombiner AbstractTransformerBasedCombiner ArrayProcedureFJTask ArrayProcedureFJTaskRunner BatchIterable BatchIterableProcedureFJTask BatchIterableProcedureFJTaskRunner Combiner ObjectIntProcedureFactory ObjectIntProcedureFactory is used by parallel iterators as a factory for stateful ObjectIntProcedure instances.ObjectIntProcedureFJTask ObjectIntProcedureFJTaskRunner ParallelIterate.SumByBigDecimalProcedure ParallelIterate.SumByBigIntegerProcedure ParallelIterate.SumByDoubleProcedure ParallelIterate.SumByFloatProcedure ParallelIterate.SumByIntProcedure ParallelIterate.SumByLongProcedure ProcedureFactory ProcedureFJTask ProcedureFJTaskRunner -
Classes in org.eclipse.collections.impl.parallel used by org.eclipse.collections.impl.set Class Description BatchIterable -
Classes in org.eclipse.collections.impl.parallel used by org.eclipse.collections.impl.set.immutable Class Description BatchIterable -
Classes in org.eclipse.collections.impl.parallel used by org.eclipse.collections.impl.set.mutable Class Description BatchIterable -
Classes in org.eclipse.collections.impl.parallel used by org.eclipse.collections.impl.set.strategy.immutable Class Description BatchIterable -
Classes in org.eclipse.collections.impl.parallel used by org.eclipse.collections.impl.set.strategy.mutable Class Description BatchIterable