Class ProcedureDeque
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<Procedure>,Collection<Procedure>,Deque<Procedure>,Queue<Procedure>
Type class. For conceptual purpose only. Seeing ProcedureDeque as type instead of just ArrayDeque
gives more understanding that it's a queue of waiting procedures.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.ArrayDeque
add, addFirst, addLast, clear, clone, contains, descendingIterator, element, getFirst, getLast, isEmpty, iterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, size, spliterator, toArray, toArrayMethods inherited from class java.util.AbstractCollection
addAll, containsAll, removeAll, retainAll, toStringMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
addAll, containsAll, equals, hashCode, parallelStream, removeAll, removeIf, retainAll, stream
-
Constructor Details
-
ProcedureDeque
public ProcedureDeque()
-