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, spliteratorMethods inherited from class java.util.HashSet
clear, clone, contains, isEmpty, iterator, newHashSet, remove, size, toArray, toArrayMethods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
BoundedLinkedHashSet
private BoundedLinkedHashSet()
-
-
Method Details
-
add
- Specified by:
addin interfaceCollection<AnalysisError>- Specified by:
addin interfaceSet<AnalysisError>- Overrides:
addin classHashSet<AnalysisError>
-