org.sourceforge.jemm.collections.internal
Class SizeResponse

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

public class SizeResponse
extends TypeResponse<SizeResponse>

HashContainer ContainsResult, three options 1) found = true, possibles = null ( successfully found (exact match)) 2) found = false, possibles = null ( definately not in set ) 3) added = false, possibles != null ( uncertain, possible matches returned )

Author:
Rory Graves
See Also:
Serialized Form

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

Constructor Detail

SizeResponse

public SizeResponse(int size)
Method Detail

encode

public SizeResponse encode(ValueEncoder encoder)

getSize

public int getSize()

visit

public void visit(ValueVisitor visitor)


Copyright © 2009. All Rights Reserved.