Class Problems

All Implemented Interfaces:
Serializable, Iterable<Problem>, Collection<Problem>, Queue<Problem>

public class Problems extends ConcurrentLinkedQueue<Problem>
See Also:
  • Constructor Details

    • Problems

      public Problems()
  • Method Details

    • addProblem

      public void addProblem(Problem problem)
    • removeProblemsOfType

      public void removeProblemsOfType(String type)
    • containsProblemOfType

      public boolean containsProblemOfType(String type)