Class GenericProperties.PropertyMap

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
imagingbook.common.util.GenericProperties.PropertyMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>
Enclosing interface:
GenericProperties

public static final class GenericProperties.PropertyMap extends HashMap<String,Object>
The underlying hash map class, to be instantiated by implementing classes.
See Also:
  • Constructor Details