public class RingBuffer<E> extends Object
RingBuffer(int size, boolean fair)
void
add(E e)
clear()
E
get()
List<E>
getAll()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RingBuffer(int size, boolean fair)
size
fair
public void add(E e)
e
public void clear()
public E get()
public List<E> getAll()
Copyright © 2013. All rights reserved.