Uses of Package
org.eclipse.collections.api.block
Package | Description |
---|---|
org.eclipse.collections.api.factory.bag.strategy | |
org.eclipse.collections.api.factory.map.strategy |
This package contains factory API for creating instances of maps with user defined
HashingStrategy s. |
org.eclipse.collections.api.factory.set.strategy |
This package contains Factory API for
ImmutableHashingStrategySetFactory and MutableHashingStrategySetFactory . |
org.eclipse.collections.api.list |
This package contains interfaces for list API which enhance the performance and functionality of
List . |
org.eclipse.collections.impl.bag.strategy.mutable |
This package contains implementations of bags with user defined
HashingStrategy s. |
org.eclipse.collections.impl.block.comparator |
This package contains implementations of the
SerializableComparator interface. |
org.eclipse.collections.impl.block.comparator.primitive |
This package contains implementations of the
SerializableComparator interface to compare primitive double, int and long. |
org.eclipse.collections.impl.block.factory |
This package contains factory implementations for
Function , Predicate , SerializableComparator and Procedure . |
org.eclipse.collections.impl.list.fixed |
This package contains implementations of the
FixedSizeList interface. |
org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList 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 on
HashingStrategy 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 on
HashingStrategy 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 the
SetMultimap interface which use a set with user-defined HashingStrategy as their underlying store for the multiple values of a given key. |
org.eclipse.collections.impl.partition.set.strategy |
This package contains implementations of the
PartitionMutableSet interface. |
org.eclipse.collections.impl.set.strategy.immutable |
This package contains implementations of immutable sets with user defined
HashingStrategy s. |
org.eclipse.collections.impl.set.strategy.mutable |
This package contains implementations of sets with user defined
HashingStrategy 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.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.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.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