Package edu.umd.cs.findbugs
Class SortedBugCollection.BoundedLinkedHashSet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.HashSet<E>
-
- java.util.LinkedHashSet<AnalysisError>
-
- edu.umd.cs.findbugs.SortedBugCollection.BoundedLinkedHashSet
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable<AnalysisError>
,java.util.Collection<AnalysisError>
,java.util.Set<AnalysisError>
- Enclosing class:
- SortedBugCollection
private static final class SortedBugCollection.BoundedLinkedHashSet extends java.util.LinkedHashSet<AnalysisError>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
BoundedLinkedHashSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
add(AnalysisError a)
-
Methods inherited from class java.util.HashSet
clear, clone, contains, isEmpty, iterator, remove, size
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
-
-
-
-
Method Detail
-
add
public boolean add(AnalysisError a)
- Specified by:
add
in interfacejava.util.Collection<AnalysisError>
- Specified by:
add
in interfacejava.util.Set<AnalysisError>
- Overrides:
add
in classjava.util.HashSet<AnalysisError>
-
-