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> TGenericProperties.getProperty(GenericProperties.PropertyKey<T> key) Returns the value associated with the specifiedGenericProperties.PropertyKey, ornullif this map contains no mapping for the key.default <T> voidGenericProperties.removeProperty(GenericProperties.PropertyKey<T> key) Removes the property associated with the specified key if defined, otherwise does nothing.default <T> voidGenericProperties.setProperty(GenericProperties.PropertyKey<T> key, T value) Associates the specified value with the specified key in this property map.