- All Implemented Interfaces:
Serializable,Cloneable,Iterable<String>,Collection<String>,Deque<String>,Queue<String>,SequencedCollection<String>
Used in
TestLogger as a circular queue to store
the most recent log statements for analysis.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.ArrayDeque
addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, forEach, getFirst, getLast, isEmpty, iterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, removeAll, removeFirst, removeFirstOccurrence, removeIf, removeLast, removeLastOccurrence, retainAll, size, spliterator, toArray, toArrayMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
containsAll, equals, hashCode, parallelStream, stream, toArray