orc.trace.handles
Class RepeatHandle<E>

java.lang.Object
  extended by orc.trace.handles.Handle<E>
      extended by orc.trace.handles.RepeatHandle<E>
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class RepeatHandle<E>
extends Handle<E>

Author:
quark
See Also:
Handle, Serialized Form

Field Summary
 
Fields inherited from class orc.trace.handles.Handle
value
 
Constructor Summary
RepeatHandle()
           
RepeatHandle(E value)
           
 
Method Summary
 void readExternal(java.io.ObjectInput _in)
           
 void writeExternal(java.io.ObjectOutput _out)
           
 
Methods inherited from class orc.trace.handles.Handle
equals, get, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepeatHandle

public RepeatHandle()

RepeatHandle

public RepeatHandle(E value)
Method Detail

readExternal

public void readExternal(java.io.ObjectInput _in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput _out)
                   throws java.io.IOException
Throws:
java.io.IOException