Interface ParameterMap
- All Superinterfaces:
Serializable
Deprecated.
An object that maps
Parameter to values.
Each parameter must have an unique identifier represented by Parameter.getName().- Since:
- 5.0.103
-
Method Summary
Modifier and TypeMethodDescription<T> TDeprecated.Returns the value to which the specified key is mapped, ornullif this map contains no mapping for the key.<T> voidDeprecated.Associates the specified value with the specifiedParameterin this map.
-
Method Details
-
put
Deprecated.Associates the specified value with the specifiedParameterin this map.- Type Parameters:
T- Value type.- Parameters:
parameter- Parameter with which the specified value is to be associatedvalue- Value to be associated with the specified key- Since:
- 5.0.103
-
get
Deprecated.Returns the value to which the specified key is mapped, ornullif this map contains no mapping for the key.- Type Parameters:
T- Value type.- Parameters:
parameter- The parameter whose associated value is to be returned- Returns:
- The value to which the specified key is mapped, or
nullif this map contains no mapping for the key. - Since:
- 5.0.103
-
ParameterMapinstead