Uses of Package
org.eclipse.collections.impl.set.strategy.mutable
Packages that use org.eclipse.collections.impl.set.strategy.mutable
Package
Description
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.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 immutable sets with user defined
HashingStrategy
s.This package contains implementations of sets with user defined
HashingStrategy
s.This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.