Package omero

Class _RMapTie

    • Constructor Detail

      • _RMapTie

        public _RMapTie()
    • Method Detail

      • ice_delegate

        public java.lang.Object ice_delegate()
        Specified by:
        ice_delegate in interface Ice.TieBase
      • ice_delegate

        public void ice_delegate​(java.lang.Object delegate)
        Specified by:
        ice_delegate in interface Ice.TieBase
      • equals

        public boolean equals​(java.lang.Object rhs)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • get

        public RType get​(java.lang.String key,
                         Ice.Current __current)
        Specified by:
        get in interface _RMapOperations
      • getValue

        public java.util.Map<java.lang.String,​RType> getValue​(Ice.Current __current)
        Specified by:
        getValue in interface _RMapOperations
      • put

        public void put​(java.lang.String key,
                        RType value,
                        Ice.Current __current)
        Specified by:
        put in interface _RMapOperations
      • size

        public int size​(Ice.Current __current)
        Specified by:
        size in interface _RMapOperations
      • compare

        public int compare​(RType rhs,
                           Ice.Current __current)
        Description copied from interface: _RTypeOperations
        Equals-like functionality for all RTypes. A return value of 0 means they are equivalent and were almost certainly created by the same constructor call, e.g.
         rbool(true).compare(rbool(true)) == 0
         
        This method was originally added (Oct 2008) to force the base RType class to be abstract in all languages.
        Specified by:
        compare in interface _RTypeOperations
        __current - The Current object for the invocation.