Class TestExecutionQueue<T extends TestExecution>

  • All Implemented Interfaces:
    TestExecutionCollection<T>, java.io.Serializable, java.lang.Iterable<T>, java.util.Collection<T>, java.util.concurrent.BlockingDeque<T>, java.util.concurrent.BlockingQueue<T>, java.util.Deque<T>, java.util.Queue<T>

    public class TestExecutionQueue<T extends TestExecution>
    extends java.util.concurrent.LinkedBlockingDeque<T>
    implements TestExecutionCollection<T>
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addTestExecution​(T testExecution)  
      boolean containsAbstractTestExecution​(TestExecution te)  
      boolean containsTestExecution​(T testExecution)  
      T removeAndReturnNextTestExecution()  
      • Methods inherited from class java.util.concurrent.LinkedBlockingDeque

        add, addAll, addFirst, addLast, clear, contains, descendingIterator, drainTo, drainTo, element, forEach, getFirst, getLast, iterator, offer, offer, offerFirst, offerFirst, offerLast, offerLast, peek, peekFirst, peekLast, poll, poll, pollFirst, pollFirst, pollLast, pollLast, pop, push, put, putFirst, putLast, remainingCapacity, remove, remove, removeAll, removeFirst, removeFirstOccurrence, removeIf, removeLast, removeLastOccurrence, retainAll, size, spliterator, take, takeFirst, takeLast, toArray, toArray, toString
      • Methods inherited from class java.util.AbstractCollection

        containsAll, isEmpty
      • 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, isEmpty, parallelStream, stream, toArray