public abstract class RMap extends RType implements _RMapOperations, _RMapOperationsNC
RCollection
, the RMap
class permits the passing
of a possible null RTypeDict
where any other RType
is
expected.RCollection
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
static long |
serialVersionUID |
protected java.util.Map<java.lang.String,RType> |
val |
Constructor and Description |
---|
RMap() |
RMap(java.util.Map<java.lang.String,RType> val) |
Modifier and Type | Method and Description |
---|---|
static Ice.DispatchStatus |
___get(RMap __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getValue(RMap __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___put(RMap __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___size(RMap __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
Ice.DispatchStatus |
__dispatch(IceInternal.Incoming in,
Ice.Current __current) |
protected void |
__readImpl(IceInternal.BasicStream __is) |
protected void |
__writeImpl(IceInternal.BasicStream __os) |
RMap |
clone() |
RType |
get(java.lang.String key) |
java.util.Map<java.lang.String,RType> |
getValue() |
java.lang.String |
ice_id() |
java.lang.String |
ice_id(Ice.Current __current) |
java.lang.String[] |
ice_ids() |
java.lang.String[] |
ice_ids(Ice.Current __current) |
boolean |
ice_isA(java.lang.String s) |
boolean |
ice_isA(java.lang.String s,
Ice.Current __current) |
static java.lang.String |
ice_staticId() |
void |
put(java.lang.String key,
RType value) |
int |
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_preMarshal
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get, getValue, put, size
compare
compare
public static final java.lang.String[] __ids
protected java.util.Map<java.lang.String,RType> val
public static final long serialVersionUID
public RMap()
public RMap(java.util.Map<java.lang.String,RType> val)
public boolean ice_isA(java.lang.String s)
public boolean ice_isA(java.lang.String s, Ice.Current __current)
public java.lang.String[] ice_ids()
public java.lang.String[] ice_ids(Ice.Current __current)
public java.lang.String ice_id()
public java.lang.String ice_id(Ice.Current __current)
public static java.lang.String ice_staticId()
public final RType get(java.lang.String key)
get
in interface _RMapOperationsNC
public final java.util.Map<java.lang.String,RType> getValue()
getValue
in interface _RMapOperationsNC
public final void put(java.lang.String key, RType value)
put
in interface _RMapOperationsNC
public final int size()
size
in interface _RMapOperationsNC
public static Ice.DispatchStatus ___getValue(RMap __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___size(RMap __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___get(RMap __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___put(RMap __obj, IceInternal.Incoming __inS, Ice.Current __current)
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)
__dispatch
in interface Ice.Object
__dispatch
in class RType
protected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl
in class RType
protected void __readImpl(IceInternal.BasicStream __is)
__readImpl
in class RType