Uses of Interface
org.eclipse.collections.api.block.HashingStrategy

Packages that use HashingStrategy
Package
Description
 
 
This package contains factory API for creating instances of maps with user defined HashingStrategys.
This package contains Factory API for ImmutableHashingStrategySetFactory and MutableHashingStrategySetFactory.
This package contains interfaces for list API which enhance the performance and functionality of List.
This package contains implementations of bags with user defined HashingStrategys.
This package contains factory implementations for Function, Predicate, SerializableComparator and Procedure.
This package contains implementations of the FixedSizeList interface.
This package contains implementations of the MutableList interface.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains immutable map implementations backed by hashtables that rely on HashingStrategys provided by the developer to compute the hashCode and equals for the objects stored in the map.
This package contains mutable map implementations backed by hashtables that rely on HashingStrategys provided by the developer to compute the hashCode and equals for the objects stored in the map.
 
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.
This package contains implementations of the PartitionMutableSet interface.
This package contains implementations of immutable sets with user defined HashingStrategys.
This package contains implementations of sets with user defined HashingStrategys.
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.