public interface _RMapOperationsNC extends _RTypeOperationsNC
RCollection
, the RMap
class permits the passing
of a possible null RTypeDict
where any other RType
is
expected.RCollection
Modifier and Type | Method and Description |
---|---|
RType |
get(java.lang.String key) |
java.util.Map<java.lang.String,RType> |
getValue() |
void |
put(java.lang.String key,
RType value) |
int |
size() |
compare