Package omero

Interface _RMapOperations

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

    public interface _RMapOperations
    extends _RTypeOperations
    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​(Ice.Current __current)
      • size

        int size​(Ice.Current __current)
      • get

        RType get​(java.lang.String key,
                  Ice.Current __current)
      • put

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