Package omero

Class _RObjectTie

    • Constructor Detail

      • _RObjectTie

        public _RObjectTie()
    • 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
      • 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.