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
 
        
        
        
        
            
                NEC welcomes your feedback on our documentation. 
                If you have any comments about the current Reality Help, or want something to be added in a future revision, please contact your NEC Helpdesk. 
                If your comment relates to this particular Help topic, remember to include the following information:
                
                    
                    
                    
                        
                            | Product: | RealityVersion 15.5
                                 | 
                        
                            | Help revision: | Revision 0
                                 | 
                        
                            | Help topic: | 
Reality Interface Classes: Class  Fifo
 (JReal)
                                 | 
                        
                            | File name: | fifo.html
                                 |