org.sourceforge.jemm.collections.internal.map
Class MapRemoveKVResponse
java.lang.Object
org.sourceforge.jemm.lifecycle.TypeResponse<MapRemoveKVResponse>
org.sourceforge.jemm.collections.internal.map.MapRemoveKVResponse
- All Implemented Interfaces:
- java.io.Serializable, Encodable<MapRemoveKVResponse>, Visitable
public class MapRemoveKVResponse
- extends TypeResponse<MapRemoveKVResponse>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapRemoveKVResponse
public MapRemoveKVResponse(boolean success)
MapRemoveKVResponse
public MapRemoveKVResponse(StoredValue[] potentialKeyMatches,
StoredValue[] potentialValueMatches)
encode
public MapRemoveKVResponse encode(ValueEncoder encoder)
isSuccess
public boolean isSuccess()
getPotentialKeyMatches
public StoredValue[] getPotentialKeyMatches()
getPotentialValueMatches
public StoredValue[] getPotentialValueMatches()
hasPotentials
public boolean hasPotentials()
visit
public void visit(ValueVisitor visitor)
Copyright © 2009. All Rights Reserved.