Reality Interface Classes

com.northgateis.util
Class Fifo

java.lang.Object
 |
 +--java.util.Observable
 |
 +--com.northgateis.util.Fifo

public class Fifo
extends java.util.Observable


Constructor Summary
Fifo()
           
Fifo(int s)
           
 
Method Summary
 voidempty()
           
 booleanisEmpty()
           
 java.lang.Objectread()
           
 intsize()
           
 voidunread(java.lang.Object o)
           
 voidwrite(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

Fifo

public Fifo()

Fifo

public Fifo(int s)
Method Detail

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()

Reality Interface Classes

Copyright (c) 2000 NEC Software Services (UK) Limited