Package | Description |
---|---|
com.devexperts.util |
Provides general utility classes.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
TypedMap.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 |
TypedMap.set(TypedKey<T> key,
T value)
Changes the specified value with the specified key in this map.
|
Copyright © 2002–2025 Devexperts LLC. All rights reserved.