Class Problems

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable<Problem>, java.util.Collection<Problem>, java.util.Queue<Problem>

    public class Problems
    extends java.util.concurrent.ConcurrentLinkedQueue<Problem>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Problems()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addProblem​(Problem problem)  
      void removeProblemsOfType​(java.lang.String type)  
      • Methods inherited from class java.util.concurrent.ConcurrentLinkedQueue

        add, addAll, clear, contains, forEach, isEmpty, iterator, offer, peek, poll, remove, removeAll, removeIf, retainAll, size, spliterator, toArray, toArray, toString
      • Methods inherited from class java.util.AbstractQueue

        element, remove
      • Methods inherited from class java.util.AbstractCollection

        containsAll
      • 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
      • Methods inherited from interface java.util.Queue

        element, remove
    • Constructor Detail

      • Problems

        public Problems()
    • Method Detail

      • addProblem

        public void addProblem​(Problem problem)
      • removeProblemsOfType

        public void removeProblemsOfType​(java.lang.String type)