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

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

public class MapKeySetResponse
extends TypeResponse<MapKeySetResponse>

See Also:
Serialized Form

Constructor Summary
MapKeySetResponse(java.lang.Object keySet)
           
 
Method Summary
 MapKeySetResponse encode(ValueEncoder encoder)
           
 java.lang.Object getKeySet()
           
 void visit(ValueVisitor visitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapKeySetResponse

public MapKeySetResponse(java.lang.Object keySet)
Method Detail

encode

public MapKeySetResponse encode(ValueEncoder encoder)

getKeySet

public java.lang.Object getKeySet()

visit

public void visit(ValueVisitor visitor)


Copyright © 2009. All Rights Reserved.