Map
com.kesoftware.imu.Map
com.kesoftware.imu.Map
Since: 1.0
Description
Provides a simple map class with string keys and a set of convenience methods for getting values of certain types.
Methods
Method |
Details |
||||||
---|---|---|---|---|---|---|---|
|
<T> T[] getArray(String name, Class<T[]> type) Gets the value associated with the key Parameters:
Returns:
|
||||||
|
boolean getBoolean(String name) Gets the value associated with the key Parameters:
Returns:
|
||||||
|
double getDouble(String name) Gets the value associated with the key Parameters:
Returns:
|
||||||
|
int getInt(String name) Gets the value associated with the key Parameters:
Returns:
|
||||||
|
long getLong(String name) Gets the value associated with the key Parameters:
Returns:
|
||||||
|
Map getMap(String name) Gets the value associated with the key Parameters:
Returns:
|
||||||
|
Map[] getMaps(String name) Gets the value associated with the key Parameters:
Returns:
|
||||||
|
String getString(String name) Gets the value associated with the key Parameters:
Returns:
|
||||||
|
String[] getStrings(String name) Gets the value associated with the key Parameters:
Returns:
|