Class Problems
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.concurrent.ConcurrentLinkedDeque<Problem>
-
- cn.boboweike.carrot.dashboard.ui.model.problems.Problems
-
- All Implemented Interfaces:
Serializable,Iterable<Problem>,Collection<Problem>,Deque<Problem>,Queue<Problem>
public class Problems extends ConcurrentLinkedDeque<Problem>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Problems()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddProblem(Problem problem)voidremoveProblemsOfType(String type)-
Methods inherited from class java.util.concurrent.ConcurrentLinkedDeque
add, addAll, addFirst, addLast, clear, contains, descendingIterator, element, forEach, getFirst, getLast, isEmpty, iterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, removeAll, removeFirst, removeFirstOccurrence, removeIf, removeLast, removeLastOccurrence, retainAll, size, spliterator, toArray, toArray, toString
-
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
-
-