Package omero

Interface _RMapOperationsNC

  • All Superinterfaces:
    _RTypeOperationsNC
    All Known Implementing Classes:
    _RMapTie, RMap

    public interface _RMapOperationsNC
    extends _RTypeOperationsNC
    Similar to RCollection, the RMap class permits the passing of a possible null RTypeDict where any other RType is expected.
    See Also:
    RCollection
    • Method Detail

      • getValue

        java.util.Map<java.lang.String,​RType> getValue()
      • size

        int size()
      • get

        RType get​(java.lang.String key)
      • put

        void put​(java.lang.String key,
                 RType value)