Package edu.umd.cs.findbugs
Class SortedBugCollection.BoundedLinkedHashSet
java.lang.Object
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<AnalysisError>
,Collection<AnalysisError>
,SequencedCollection<AnalysisError>
,SequencedSet<AnalysisError>
,Set<AnalysisError>
- Enclosing class:
SortedBugCollection
private static final class SortedBugCollection.BoundedLinkedHashSet
extends LinkedHashSet<AnalysisError>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.LinkedHashSet
addFirst, addLast, getFirst, getLast, newLinkedHashSet, removeFirst, removeLast, reversed, spliterator
Methods inherited from class java.util.HashSet
clear, clone, contains, isEmpty, iterator, newHashSet, remove, size, toArray, toArray
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
BoundedLinkedHashSet
private BoundedLinkedHashSet()
-
-
Method Details
-
add
- Specified by:
add
in interfaceCollection<AnalysisError>
- Specified by:
add
in interfaceSet<AnalysisError>
- Overrides:
add
in classHashSet<AnalysisError>
-