Uses of Class
org.pushingpixels.radiance.theming.internal.utils.LazyResettableHashMap.Key
-
Packages that use LazyResettableHashMap.Key Package Description org.pushingpixels.radiance.theming.internal.utils -
-
Uses of LazyResettableHashMap.Key in org.pushingpixels.radiance.theming.internal.utils
Subclasses of LazyResettableHashMap.Key in org.pushingpixels.radiance.theming.internal.utils Modifier and Type Class Description class
HashMapKey
Implementation of a key for theLazyResettableHashMap
.Fields in org.pushingpixels.radiance.theming.internal.utils with type parameters of type LazyResettableHashMap.Key Modifier and Type Field Description private java.util.Map<LazyResettableHashMap.Key,T>
LazyResettableHashMap. cache
The delegate cache.Methods in org.pushingpixels.radiance.theming.internal.utils with parameters of type LazyResettableHashMap.Key Modifier and Type Method Description boolean
LazyResettableHashMap. containsKey(LazyResettableHashMap.Key key)
Checks whether there is a value associated with the specified key.T
LazyResettableHashMap. get(LazyResettableHashMap.Key key)
Returns the value registered for the specified key.void
LazyResettableHashMap. put(LazyResettableHashMap.Key key, T entry)
Puts a new key-value pair in the map.
-