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