ostore.inner
Class InnerRingQueryState

java.lang.Object
  |
  +--ostore.inner.InnerRingQueryState
All Implemented Interfaces:
DDQueryState, QuickSerializable

public class InnerRingQueryState
extends Object
implements DDQueryState


Constructor Summary
InnerRingQueryState()
           
InnerRingQueryState(InputBuffer buffer)
           
 
Method Summary
 boolean add(SecureHash element)
           
 boolean contains(SecureHash element)
           
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InnerRingQueryState

public InnerRingQueryState()

InnerRingQueryState

public InnerRingQueryState(InputBuffer buffer)
                    throws QSException
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Description copied from interface: QuickSerializable
Add the object to the buffer.

Specified by:
serialize in interface QuickSerializable
Parameters:
buffer - the output buffer to add the object to

contains

public boolean contains(SecureHash element)

add

public boolean add(SecureHash element)

size

public int size()

toString

public String toString()
Overrides:
toString in class Object