- All Implemented Interfaces:
- Iterable<T>
Ring buffer (fixed size queue) implementation using a circular array (array
 with wrap-around).
- 
Constructor SummaryConstructors 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
RingBufferpublic RingBuffer(int capacity) 
 
- 
Method Details
- 
isEmptypublic boolean isEmpty() 
- 
- 
- 
-