Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.0 ()
Reality Interface Classes: Class Fifo (JReal) (fifo.html)
|
Reality Interface Classes | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Observable | +--com.northgateis.util.Fifo
Constructor Summary | |
Fifo()
|
|
Fifo(int s)
|
Method Summary | |
void | empty() |
boolean | isEmpty() |
java.lang.Object | read() |
int | size() |
void | unread(java.lang.Object o) |
void | write(java.lang.Object o) |
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 |
Constructor Detail |
public Fifo()
public Fifo(int s)
Method Detail |
public void write(java.lang.Object o)
public void unread(java.lang.Object o)
public java.lang.Object read()
public boolean isEmpty()
public int size()
public void empty()
| Reality Interface Classes | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |