Constructor and Description |
---|
TypedMap() |
Modifier and Type | Method and Description |
---|---|
<T> T |
get(TypedKey<T> key)
Returns the value to which the specified key is mapped,
or
null if this map contains no mapping for the key. |
<T> void |
set(TypedKey<T> key,
T value)
Changes the specified value with the specified key in this map.
|
String |
toString() |
public <T> T get(TypedKey<T> key)
null
if this map contains no mapping for the key.public <T> void set(TypedKey<T> key, T value)
Copyright © 2002–2025 Devexperts LLC. All rights reserved.