External Interfaces > Reality Java Interface > JavaDocs > JavaDocs for JReal Classes > Fifo

Comment on this topic

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)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

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 Northgate Information Solutions