|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcode.loop.IOQueue
public class IOQueue
Description of the Class
| 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 |
|---|
private final int queueMax
private java.util.Vector queue
| Constructor Detail |
|---|
public IOQueue()
| Method Detail |
|---|
public void setOutput(java.lang.Object object)
object - The new output valuepublic java.lang.Object getOutput()
public void clear()
public int size()
public void debug()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||