Package omero
Interface _RMapOperationsNC
-
- All Superinterfaces:
_RTypeOperationsNC
public interface _RMapOperationsNC extends _RTypeOperationsNC
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)
java.util.Map<java.lang.String,RType>
getValue()
void
put(java.lang.String key, RType value)
int
size()
-
Methods inherited from interface omero._RTypeOperationsNC
compare
-
-