org.sourceforge.jemm.collections.internal
Class SizeResponse
java.lang.Object
org.sourceforge.jemm.lifecycle.TypeResponse<SizeResponse>
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SizeResponse
public SizeResponse(int size)
encode
public SizeResponse encode(ValueEncoder encoder)
getSize
public int getSize()
visit
public void visit(ValueVisitor visitor)
Copyright © 2009. All Rights Reserved.