Uses of Interface
tools.set.MapKeyProxy
Packages that use MapKeyProxy
-
Uses of MapKeyProxy in tools.set
Classes in tools.set that implement MapKeyProxyModifier and TypeClassDescriptionprotected static classA default implementation of the Map with customized hash() and equals() functions.Methods in 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 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