Save This Page
Home » bsf-src-2.4.0 » org.apache.bsf.debug.clientImpl » [javadoc | source]
org.apache.bsf.debug.clientImpl
public class: CircularBuffer [javadoc | source]
java.lang.Object
   org.apache.bsf.debug.clientImpl.CircularBuffer
Field Summary
 Object[] m_elements     
 int m_pos     
 int m_end     
Constructor:
 public CircularBuffer() 
Method from org.apache.bsf.debug.clientImpl.CircularBuffer Summary:
isEmpty,   pop,   push
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.bsf.debug.clientImpl.CircularBuffer Detail:
 public boolean isEmpty() 
 public Object pop() 
 public synchronized  void push(Object elem)