public interface _RMapOperations extends _RTypeOperations
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,
Ice.Current __current) |
java.util.Map<java.lang.String,RType> |
getValue(Ice.Current __current) |
void |
put(java.lang.String key,
RType value,
Ice.Current __current) |
int |
size(Ice.Current __current) |
compare