Package omero
Interface _RMapOperations
-
- All Superinterfaces:
_RTypeOperations
public interface _RMapOperations extends _RTypeOperations
Similar toRCollection
, theRMap
class permits the passing of a possible nullRTypeDict
where any otherRType
is expected.- See Also:
RCollection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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)
-
Methods inherited from interface omero._RTypeOperations
compare
-
-