public class _RArrayTie extends RArray implements Ice.TieBase
| Modifier and Type | Field and Description | 
|---|---|
static long | 
serialVersionUID  | 
val| Constructor and Description | 
|---|
_RArrayTie(_RArrayOperations delegate)  | 
_RArrayTie()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(RType value,
   Ice.Current __current)  | 
void | 
addAll(java.util.List<RType> value,
      Ice.Current __current)  | 
int | 
compare(RType rhs,
       Ice.Current __current)
Equals-like functionality for all RTypes. 
 | 
boolean | 
equals(java.lang.Object rhs)  | 
RType | 
get(int index,
   Ice.Current __current)  | 
java.util.List<RType> | 
getValue(Ice.Current __current)  | 
int | 
hashCode()  | 
java.lang.Object | 
ice_delegate()  | 
void | 
ice_delegate(java.lang.Object delegate)  | 
int | 
size(Ice.Current __current)  | 
__dispatch, __readImpl, __writeImpl, clone, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId___add, ___addAll, ___get, ___getValue, ___size, add, addAll, get, getValue, size___compare, compare___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_preMarshalfinalize, getClass, notify, notifyAll, toString, wait, wait, waitcomparepublic static final long serialVersionUID
public _RArrayTie()
public _RArrayTie(_RArrayOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate in interface Ice.TieBasepublic void ice_delegate(java.lang.Object delegate)
ice_delegate in interface Ice.TieBasepublic boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void add(RType value, Ice.Current __current)
add in interface _RCollectionOperationspublic void addAll(java.util.List<RType> value, Ice.Current __current)
addAll in interface _RCollectionOperationspublic RType get(int index, Ice.Current __current)
get in interface _RCollectionOperationspublic java.util.List<RType> getValue(Ice.Current __current)
getValue in interface _RCollectionOperationspublic int size(Ice.Current __current)
size in interface _RCollectionOperationspublic int compare(RType rhs, Ice.Current __current)
_RTypeOperationsrbool(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.