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 LinkedHashSet
addFirst, addLast, getFirst, getLast, newLinkedHashSet, removeFirst, removeLast, reversed, spliteratorMethods inherited from class HashSet
clear, clone, contains, isEmpty, iterator, newHashSet, remove, size, toArray, toArrayMethods inherited from class AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
addAll, containsAll, retainAll, toStringMethods inherited from interface 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>
-