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, toArraycontainsAll, removeAll, retainAll, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprivate static final long serialVersionUID
private final int size