Package omero
Interface _RMapOperationsNC
-
- All Superinterfaces:
_RTypeOperationsNC
public interface _RMapOperationsNC extends _RTypeOperationsNC
Similar toRCollection, theRMapclass permits the passing of a possible nullRTypeDictwhere any otherRTypeis expected.- See Also:
RCollection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RTypeget(java.lang.String key)java.util.Map<java.lang.String,RType>getValue()voidput(java.lang.String key, RType value)intsize()-
Methods inherited from interface omero._RTypeOperationsNC
compare
-
-