Uses of Package
org.eclipse.collections.impl.set.strategy.mutable
-
Packages that use org.eclipse.collections.impl.set.strategy.mutable Package Description 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.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.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.internal This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections. -
Classes in org.eclipse.collections.impl.set.strategy.mutable used by org.eclipse.collections.impl.map.strategy.mutable Class Description UnifiedSetWithHashingStrategy -
Classes in org.eclipse.collections.impl.set.strategy.mutable used by org.eclipse.collections.impl.multimap.set.strategy Class Description UnifiedSetWithHashingStrategy -
Classes in org.eclipse.collections.impl.set.strategy.mutable used by org.eclipse.collections.impl.set.strategy.immutable Class Description UnifiedSetWithHashingStrategy -
Classes in org.eclipse.collections.impl.set.strategy.mutable used by org.eclipse.collections.impl.utility.internal Class Description UnifiedSetWithHashingStrategy