com.northgateis.util
Class Fifo
java.lang.Object
|
+--java.util.Observable
|
+--com.northgateis.util.Fifo
- public class Fifo
- extends java.util.Observable
Methods inherited from class java.util.Observable |
addObserver,
countObservers,
deleteObserver,
deleteObservers,
hasChanged,
notifyObservers,
notifyObservers |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Fifo
public Fifo()
Fifo
public Fifo(int s)
write
public void write(java.lang.Object o)
unread
public void unread(java.lang.Object o)
read
public java.lang.Object read()
isEmpty
public boolean isEmpty()
size
public int size()
empty
public void empty()
Copyright (c) 2000 NEC Software Services (UK) Limited