org.apache.bsf.debug.clientImpl
Class CircularBuffer

java.lang.Object
  |
  +--org.apache.bsf.debug.clientImpl.CircularBuffer

public class CircularBuffer
extends java.lang.Object


Constructor Summary
CircularBuffer()
           
 
Method Summary
 boolean isEmpty()
           
 java.lang.Object pop()
           
 void push(java.lang.Object elem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CircularBuffer

public CircularBuffer()
Method Detail

push

public void push(java.lang.Object elem)

isEmpty

public boolean isEmpty()

pop

public java.lang.Object pop()