Uses of Class
imagingbook.common.util.GenericProperties.PropertyKey
Packages that use GenericProperties.PropertyKey
-
Uses of GenericProperties.PropertyKey in imagingbook.common.util
Methods in imagingbook.common.util with parameters of type GenericProperties.PropertyKeyModifier and TypeMethodDescriptiondefault <T> T
GenericProperties.getProperty
(GenericProperties.PropertyKey<T> key) Returns the value associated with the specifiedGenericProperties.PropertyKey
, ornull
if this map contains no mapping for the key.default <T> void
GenericProperties.removeProperty
(GenericProperties.PropertyKey<T> key) Removes the property associated with the specified key if defined, otherwise does nothing.default <T> void
GenericProperties.setProperty
(GenericProperties.PropertyKey<T> key, T value) Associates the specified value with the specified key in this property map.