E
- Object type to be stored in the queue.private class StatusLogger.BoundedQueue<E>
extends java.util.concurrent.ConcurrentLinkedQueue<E>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private int |
size |
Constructor and Description |
---|
BoundedQueue(int size) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(E object) |
addAll, contains, isEmpty, iterator, offer, peek, poll, remove, size, spliterator, toArray, toArray
containsAll, removeAll, retainAll, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
private static final long serialVersionUID
private final int size