K
- the type of keys maintained by the mapV
- the type of values mapped by the mappublic static class MapParamDefinition.Default<K,V> extends MapParamDefinition<K,V>
MapParamDefinition
default implementation .MapParamDefinition.Default<K,V>
Constructor and Description |
---|
Default()
Constructs a new default
MapParamDefinition consisting of an
empty LinkedHashMap . |
Default(Map<K,V> map)
Constructs a new default
MapParamDefinition consisting of the
given map. |
Modifier and Type | Method and Description |
---|---|
Map<K,V> |
getMap()
Gets the map this definition consists of.
|
accessor, equals, getNotAutomatableKeys, hashCode, provideInspector, toString
hideTitle
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getTitle
public Default()
MapParamDefinition
consisting of an
empty LinkedHashMap
.public Default(Map<K,V> map)
MapParamDefinition
consisting of the
given map.map
- the map this definition will consist ofpublic Map<K,V> getMap()
MapParamDefinition
getMap
in class MapParamDefinition<K,V>