public class RingBuffer<T> extends Object
RingBuffer(int capacity)
void
add(T el)
String
dumpNonNullElements()
T
remove()
int
size()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public RingBuffer(int capacity)
public void add(T el)
el
public T remove()
public String dumpNonNullElements()
public int size()
public String toString()
toString
Object
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.