public class _RTypeTie extends RType implements Ice.TieBase
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
_RTypeTie(_RTypeOperations delegate) |
_RTypeTie() |
Modifier and Type | Method and Description |
---|---|
int |
compare(RType rhs,
Ice.Current __current)
Equals-like functionality for all RTypes.
|
boolean |
equals(java.lang.Object rhs) |
int |
hashCode() |
java.lang.Object |
ice_delegate() |
void |
ice_delegate(java.lang.Object delegate) |
___compare, __dispatch, __readImpl, __writeImpl, clone, compare, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId
public static final long serialVersionUID
public _RTypeTie()
public _RTypeTie(_RTypeOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate
in interface Ice.TieBase
public void ice_delegate(java.lang.Object delegate)
ice_delegate
in interface Ice.TieBase
public boolean equals(java.lang.Object rhs)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int compare(RType rhs, Ice.Current __current)
_RTypeOperations
rbool(true).compare(rbool(true)) == 0This method was originally added (Oct 2008) to force the base RType class to be abstract in all languages.
compare
in interface _RTypeOperations
__current
- The Current object for the invocation.