Package | Description |
---|---|
casa.abcl |
Modifier and Type | Method and Description |
---|---|
<T> T |
ParamsMap.getJavaObject(String key,
Class<T> cls)
Returns the value for the key iff it's of type cls or null if there either is no such key or
the value is null.
|