public final class GenericValueMap<T> extends ValueMap<Value,T>
Constructor and Description |
---|
GenericValueMap() |
Modifier and Type | Method and Description |
---|---|
T |
get(Value value)
Gets the object associated with
value or null if there is no such mapping. |
void |
put(Value value,
T object)
Associates
object with value . |
void |
remove(Value value)
Removes the object associated with
value from the map. |
public GenericValueMap()