org.sourceforge.jemm.collections.internal.map
Class MapPutIfAbsentRequest

java.lang.Object
  extended by org.sourceforge.jemm.lifecycle.TypeRequest<MapPutIfAbsentRequest>
      extended by org.sourceforge.jemm.collections.internal.map.MapPutIfAbsentRequest
All Implemented Interfaces:
java.io.Serializable, Encodable<MapPutIfAbsentRequest>

public class MapPutIfAbsentRequest
extends TypeRequest<MapPutIfAbsentRequest>

See Also:
Serialized Form

Constructor Summary
MapPutIfAbsentRequest(StoredValue key, StoredValue value, StoredValue[] distinctFrom)
           
 
Method Summary
 MapPutIfAbsentRequest encode(ValueEncoder encoder)
           
 StoredValue[] getDistinctFrom()
           
 StoredValue getKey()
           
 StoredValue getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapPutIfAbsentRequest

public MapPutIfAbsentRequest(StoredValue key,
                             StoredValue value,
                             StoredValue[] distinctFrom)
Method Detail

getKey

public StoredValue getKey()

getValue

public StoredValue getValue()

getDistinctFrom

public StoredValue[] getDistinctFrom()

encode

public MapPutIfAbsentRequest encode(ValueEncoder encoder)


Copyright © 2009. All Rights Reserved.