Package omero
Class _RMapTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.RType
-
- omero.RMap
-
- omero._RMapTie
-
- All Implemented Interfaces:
Ice.Object,Ice.TieBase,java.io.Serializable,java.lang.Cloneable,_RMapOperations,_RMapOperationsNC,_RTypeOperations,_RTypeOperationsNC
public class _RMapTie extends RMap implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description _RMapTie()_RMapTie(_RMapOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(RType rhs, Ice.Current __current)Equals-like functionality for all RTypes.booleanequals(java.lang.Object rhs)RTypeget(java.lang.String key, Ice.Current __current)java.util.Map<java.lang.String,RType>getValue(Ice.Current __current)inthashCode()java.lang.Objectice_delegate()voidice_delegate(java.lang.Object delegate)voidput(java.lang.String key, RType value, Ice.Current __current)intsize(Ice.Current __current)-
Methods inherited from class omero.RMap
___get, ___getValue, ___put, ___size, __dispatch, __readImpl, __writeImpl, clone, get, getValue, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, put, size
-
Methods inherited from class omero.RType
___compare, compare
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface omero._RTypeOperationsNC
compare
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
_RMapTie
public _RMapTie()
-
_RMapTie
public _RMapTie(_RMapOperations delegate)
-
-
Method Detail
-
ice_delegate
public java.lang.Object ice_delegate()
- Specified by:
ice_delegatein interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegatein interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
get
public RType get(java.lang.String key, Ice.Current __current)
- Specified by:
getin interface_RMapOperations
-
getValue
public java.util.Map<java.lang.String,RType> getValue(Ice.Current __current)
- Specified by:
getValuein interface_RMapOperations
-
put
public void put(java.lang.String key, RType value, Ice.Current __current)- Specified by:
putin interface_RMapOperations
-
size
public int size(Ice.Current __current)
- Specified by:
sizein interface_RMapOperations
-
compare
public int compare(RType rhs, Ice.Current __current)
Description copied from interface:_RTypeOperationsEquals-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:
comparein interface_RTypeOperations__current- The Current object for the invocation.
-
-