Package co.ecg.alpaca.toolkit.messaging
Class CircularConcurrentLinkedQueue<E>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractQueue<E>
java.util.concurrent.ConcurrentLinkedQueue<E>
co.ecg.alpaca.toolkit.messaging.CircularConcurrentLinkedQueue<E>
- All Implemented Interfaces:
Serializable
,Iterable<E>
,Collection<E>
,Queue<E>
public class CircularConcurrentLinkedQueue<E> extends ConcurrentLinkedQueue<E>
- Author:
- Matthew Keathley on 9/26/16.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CircularConcurrentLinkedQueue()
-
Method Summary
Methods inherited from class java.util.concurrent.ConcurrentLinkedQueue
add, addAll, clear, contains, forEach, isEmpty, iterator, offer, peek, remove, removeAll, removeIf, retainAll, size, spliterator, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
containsAll, equals, hashCode, parallelStream, stream, toArray
-
Constructor Details
-
CircularConcurrentLinkedQueue
public CircularConcurrentLinkedQueue()
-
-
Method Details