Uses of Package
org.eclipse.collections.api.block
-
Packages that use org.eclipse.collections.api.block Package Description org.eclipse.collections.api.block.comparator org.eclipse.collections.api.block.factory org.eclipse.collections.api.factory.bag.strategy org.eclipse.collections.api.factory.map.primitive org.eclipse.collections.api.factory.map.strategy This package contains factory API for creating instances of maps with user definedHashingStrategy
s.org.eclipse.collections.api.factory.set.strategy This package contains Factory API forImmutableHashingStrategySetFactory
andMutableHashingStrategySetFactory
.org.eclipse.collections.api.list This package contains interfaces for list API which enhance the performance and functionality ofList
.org.eclipse.collections.impl.bag.strategy.mutable This package contains implementations of bags with user definedHashingStrategy
s.org.eclipse.collections.impl.block.comparator This package contains implementations of theSerializableComparator
interface.org.eclipse.collections.impl.block.comparator.primitive This package contains implementations of theSerializableComparator
interface to compare primitive double, int and long.org.eclipse.collections.impl.block.factory This package contains factory implementations forFunction
,Predicate
,SerializableComparator
andProcedure
.org.eclipse.collections.impl.list.fixed This package contains implementations of theFixedSizeList
interface.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.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.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.multimap.bag.strategy org.eclipse.collections.impl.multimap.set.strategy This package contains implementations of theSetMultimap
interface which use a set with user-definedHashingStrategy
as their underlying store for the multiple values of a given key.org.eclipse.collections.impl.partition.set.strategy This package contains implementations of thePartitionMutableSet
interface.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.org.eclipse.collections.impl.utility This package contains static utilities that provide iteration pattern implementations which work with JCF collections.org.eclipse.collections.impl.utility.internal This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections. -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.api.block.comparator Class Description SerializableComparator -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.api.block.factory Class Description SerializableComparator -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.api.factory.bag.strategy Class Description HashingStrategy Interface for supporting user defined hashing strategies in Sets and Maps -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.api.factory.map.primitive Class Description HashingStrategy Interface for supporting user defined hashing strategies in Sets and Maps -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.api.factory.map.strategy Class Description HashingStrategy Interface for supporting user defined hashing strategies in Sets and Maps -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.api.factory.set.strategy Class Description HashingStrategy Interface for supporting user defined hashing strategies in Sets and Maps -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.api.list Class Description HashingStrategy Interface for supporting user defined hashing strategies in Sets and Maps -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.impl.bag.strategy.mutable Class Description HashingStrategy Interface for supporting user defined hashing strategies in Sets and Maps -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.impl.block.comparator Class Description SerializableComparator -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.impl.block.comparator.primitive Class Description SerializableComparator -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.impl.block.factory Class Description HashingStrategy Interface for supporting user defined hashing strategies in Sets and MapsSerializableComparator -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.impl.list.fixed Class Description HashingStrategy Interface for supporting user defined hashing strategies in Sets and Maps -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.impl.list.immutable Class Description HashingStrategy Interface for supporting user defined hashing strategies in Sets and Maps -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.impl.list.mutable Class Description HashingStrategy Interface for supporting user defined hashing strategies in Sets and Maps -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.impl.map.mutable.primitive Class Description HashingStrategy Interface for supporting user defined hashing strategies in Sets and Maps -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.impl.map.strategy.immutable Class Description HashingStrategy Interface for supporting user defined hashing strategies in Sets and Maps -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.impl.map.strategy.mutable Class Description HashingStrategy Interface for supporting user defined hashing strategies in Sets and Maps -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.impl.multimap.bag.strategy Class Description HashingStrategy Interface for supporting user defined hashing strategies in Sets and Maps -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.impl.multimap.set.strategy Class Description HashingStrategy Interface for supporting user defined hashing strategies in Sets and Maps -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.impl.partition.set.strategy Class Description HashingStrategy Interface for supporting user defined hashing strategies in Sets and Maps -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.impl.set.strategy.immutable Class Description HashingStrategy Interface for supporting user defined hashing strategies in Sets and Maps -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.impl.set.strategy.mutable Class Description HashingStrategy Interface for supporting user defined hashing strategies in Sets and Maps -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.impl.utility Class Description HashingStrategy Interface for supporting user defined hashing strategies in Sets and Maps -
Classes in org.eclipse.collections.api.block used by org.eclipse.collections.impl.utility.internal Class Description HashingStrategy Interface for supporting user defined hashing strategies in Sets and Maps