code.loop
Class IOQueue

java.lang.Object
  extended by code.loop.IOQueue

public class IOQueue
extends java.lang.Object

Description of the Class

Since:
June 17, 2003
Author:
Sergio Antoy

Field Summary
private  java.util.Vector queue
           
private  int queueMax
           
 
Constructor Summary
IOQueue()
           
 
Method Summary
 void clear()
          Description of the Method
 void debug()
          Description of the Method
 java.lang.Object getOutput()
          Gets the output attribute of the IOQueue object
 void setOutput(java.lang.Object object)
          Sets the output attribute of the IOQueue object
 int size()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queueMax

private final int queueMax
See Also:
Constant Field Values

queue

private java.util.Vector queue
Constructor Detail

IOQueue

public IOQueue()
Method Detail

setOutput

public void setOutput(java.lang.Object object)
Sets the output attribute of the IOQueue object

Parameters:
object - The new output value

getOutput

public java.lang.Object getOutput()
Gets the output attribute of the IOQueue object

Returns:
The output value

clear

public void clear()
Description of the Method


size

public int size()
Description of the Method

Returns:
Description of the Return Value

debug

public void debug()
Description of the Method