Package omero
Class _RArrayTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.RType
-
- omero.RCollection
-
- omero.RArray
-
- omero._RArrayTie
-
- All Implemented Interfaces:
Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_RArrayOperations
,_RArrayOperationsNC
,_RCollectionOperations
,_RCollectionOperationsNC
,_RTypeOperations
,_RTypeOperationsNC
public class _RArrayTie extends RArray implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Fields inherited from class omero.RCollection
val
-
-
Constructor Summary
Constructors Constructor Description _RArrayTie()
_RArrayTie(_RArrayOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class omero.RArray
__dispatch, __readImpl, __writeImpl, clone, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId
-
Methods inherited from class omero.RCollection
___add, ___addAll, ___get, ___getValue, ___size, add, addAll, get, getValue, 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
-
_RArrayTie
public _RArrayTie()
-
_RArrayTie
public _RArrayTie(_RArrayOperations delegate)
-
-
Method Detail
-
ice_delegate
public java.lang.Object ice_delegate()
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
add
public void add(RType value, Ice.Current __current)
- Specified by:
add
in interface_RCollectionOperations
-
addAll
public void addAll(java.util.List<RType> value, Ice.Current __current)
- Specified by:
addAll
in interface_RCollectionOperations
-
get
public RType get(int index, Ice.Current __current)
- Specified by:
get
in interface_RCollectionOperations
-
getValue
public java.util.List<RType> getValue(Ice.Current __current)
- Specified by:
getValue
in interface_RCollectionOperations
-
size
public int size(Ice.Current __current)
- Specified by:
size
in interface_RCollectionOperations
-
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.
-
-