public interface Dict<K,V>
Modifier and Type | Method and Description |
---|---|
V |
get(K key)
Returns the value mapped to the given key or
null if the given key isn't mapped. |
boolean |
isSet(K key)
Indicates whether the given key is set or not.
|
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210