org.sourceforge.jemm.collections.internal.map
Class MapPutIfAbsentResponse
java.lang.Object
org.sourceforge.jemm.lifecycle.TypeResponse<MapPutIfAbsentResponse>
org.sourceforge.jemm.collections.internal.map.MapPutIfAbsentResponse
- All Implemented Interfaces:
- java.io.Serializable, Encodable<MapPutIfAbsentResponse>, Visitable
public class MapPutIfAbsentResponse
- extends TypeResponse<MapPutIfAbsentResponse>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapPutIfAbsentResponse
public MapPutIfAbsentResponse(StoredValue[] possibleMatches,
java.lang.Object[] possibleValues)
MapPutIfAbsentResponse
public MapPutIfAbsentResponse(boolean wasPut,
java.lang.Object previousValue,
StoredValue[] possibleMatches,
java.lang.Object[] possibleValues)
encode
public MapPutIfAbsentResponse encode(ValueEncoder encoder)
getPossibleMatches
public StoredValue[] getPossibleMatches()
getPossibleValues
public java.lang.Object[] getPossibleValues()
wasPut
public boolean wasPut()
getPreviousValue
public java.lang.Object getPreviousValue()
visit
public void visit(ValueVisitor visitor)
Copyright © 2009. All Rights Reserved.