public class TLinkedBlockingDeque<T> extends TLinkedList<T>
modCount
Constructor and Description |
---|
TLinkedBlockingDeque() |
TLinkedBlockingDeque(TCollection<T> coll) |
addFirst, addLast, clear, descendingIterator, element, getFirst, getLast, listIterator, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, size
add, addAll, get, iterator, remove, set
add, equals, equals0, hashCode, indexOf, lastIndexOf, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass0, notify0, notifyAll0, wait0, wait0, waitImpl
add, addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, spliterator, stream, toArray, toArray
replaceAll, sort
public TLinkedBlockingDeque()
public TLinkedBlockingDeque(TCollection<T> coll)
Copyright © 2019. All rights reserved.