Uses of Class
org.pushingpixels.radiance.theming.internal.utils.LazyResettableHashMap.Key
Packages that use LazyResettableHashMap.Key
-
Uses of LazyResettableHashMap.Key in org.pushingpixels.radiance.theming.internal.utils
Fields in org.pushingpixels.radiance.theming.internal.utils with type parameters of type LazyResettableHashMap.KeyModifier and TypeFieldDescriptionprivate Map<LazyResettableHashMap.Key, T> LazyResettableHashMap.cacheThe delegate cache.Methods in org.pushingpixels.radiance.theming.internal.utils with parameters of type LazyResettableHashMap.KeyModifier and TypeMethodDescriptionbooleanLazyResettableHashMap.containsKey(LazyResettableHashMap.Key key) Checks whether there is a value associated with the specified key.LazyResettableHashMap.get(LazyResettableHashMap.Key key) Returns the value registered for the specified key.voidLazyResettableHashMap.put(LazyResettableHashMap.Key key, T entry) Puts a new key-value pair in the map.