|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sourceforge.jemm.lifecycle.TypeRequest<MapPutRequest> org.sourceforge.jemm.collections.internal.map.MapPutRequest
public class MapPutRequest
Constructor Summary | |
---|---|
MapPutRequest(StoredValue key,
StoredValue value)
|
|
MapPutRequest(StoredValue key,
StoredValue value,
StoredValue[] keyDistinctFrom)
|
Method Summary | |
---|---|
MapPutRequest |
encode(ValueEncoder encoder)
|
StoredValue |
getKey()
|
StoredValue[] |
getKeyDistinctFrom()
|
StoredValue |
getValue()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapPutRequest(StoredValue key, StoredValue value, StoredValue[] keyDistinctFrom)
public MapPutRequest(StoredValue key, StoredValue value)
Method Detail |
---|
public StoredValue getKey()
public StoredValue getValue()
public StoredValue[] getKeyDistinctFrom()
public MapPutRequest encode(ValueEncoder encoder)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |