Uses of Interface
org.ujorm.tools.set.MapKeyProxy
Packages that use MapKeyProxy
-
Uses of MapKeyProxy in org.ujorm.tools.set
Classes in org.ujorm.tools.set that implement MapKeyProxyModifier and TypeClassDescriptionprotected static classA default implementation of the Map with customized hash() and equals() functions.Methods in org.ujorm.tools.set that return types with arguments of type MapKeyProxyModifier and TypeMethodDescriptionSet<MapKeyProxy<K>>CustomMap.keySetProxy()Returns a set fo the proxy keyConstructor parameters in org.ujorm.tools.set with type arguments of type MapKeyProxyModifierConstructorDescriptionCustomMap(@NotNull Function<K, MapKeyProxy<K>> keyFactory) Mapper with a required equals and hasCode makerCustomMap(@NotNull HashMap<MapKeyProxy<K>, V> impl, @NotNull Function<K, MapKeyProxy<K>> keyFactory) Full configuration mapperCustomMap(@NotNull HashMap<MapKeyProxy<K>, V> impl, @NotNull Function<K, MapKeyProxy<K>> keyFactory) Full configuration mapper