Uses of Class
org.eclipse.collections.impl.map.strategy.immutable.ImmutableEntryWithHashingStrategy
Packages that use ImmutableEntryWithHashingStrategy
Package
Description
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.-
Uses of ImmutableEntryWithHashingStrategy in org.eclipse.collections.impl.map.strategy.immutable
Methods in org.eclipse.collections.impl.map.strategy.immutable that return ImmutableEntryWithHashingStrategyModifier and TypeMethodDescriptionstatic <T1,
T2> ImmutableEntryWithHashingStrategy <T1, T2> ImmutableEntryWithHashingStrategy.of
(T1 key, T2 value, HashingStrategy<? super T1> hashingStrategy)