java.io.Serializable, java.lang.Iterable<E>, java.util.Collection<E>, java.util.Queue<E>public class CachedSizeConcurrentLinkedQueue<E>
extends java.util.concurrent.ConcurrentLinkedQueue<E>
| Constructor | Description |
|---|---|
CachedSizeConcurrentLinkedQueue() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
add(E e) |
|
E |
poll() |
|
int |
size() |
containsAll, equals, hashCode, parallelStream, streamaddAll, clear, contains, forEach, isEmpty, iterator, offer, peek, remove, removeAll, removeIf, retainAll, spliterator, toArray, toArray, toStringCopyright © 2018. All rights reserved.