K - the key typepublic interface DynamicallyTypedMap<K>
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean(K key)
Retrieves an entry as a
boolean. |
int |
getInt(K key)
Retrieves an entry as an
int. |
String |
getString(K key)
Retrieves an entry as a
String. |
String getString(K key)
String.key - the key to look upint getInt(K key)
int.key - the key to look upboolean getBoolean(K key)
boolean.key - the key to look upCopyright © 2021. All rights reserved.