Uses of Class
edu.umd.cs.findbugs.gui2.BugAspects.SortableValue
-
Packages that use BugAspects.SortableValue Package Description edu.umd.cs.findbugs.gui2 -
-
Uses of BugAspects.SortableValue in edu.umd.cs.findbugs.gui2
Fields in edu.umd.cs.findbugs.gui2 with type parameters of type BugAspects.SortableValue Modifier and Type Field Description private java.util.HashMap<BugAspects.SortableValue,java.lang.Boolean>BugSet. doneContainsMapprivate java.util.HashMap<BugAspects.SortableValue,BugSet>BugSet. doneMapprivate java.util.ArrayList<BugAspects.SortableValue>BugAspects. lstMethods in edu.umd.cs.findbugs.gui2 that return BugAspects.SortableValue Modifier and Type Method Description BugAspects.SortableValueBugAspects. get(int i)BugAspects.SortableValueBugAspects. last()Methods in edu.umd.cs.findbugs.gui2 that return types with arguments of type BugAspects.SortableValue Modifier and Type Method Description private java.util.List<BugAspects.SortableValue>BugTreeModel. enumsThatExist(BugAspects a)java.util.Iterator<BugAspects.SortableValue>BugAspects. iterator()Methods in edu.umd.cs.findbugs.gui2 with parameters of type BugAspects.SortableValue Modifier and Type Method Description voidBugAspects. add(BugAspects.SortableValue sp)BugAspectsBugAspects. addToNew(BugAspects.SortableValue sp)booleanBugSet. contains(BugAspects.SortableValue keyValuePair)Contains takes a key/value pairprivate static MatcherFilterFactory. makeMatcher(BugAspects.SortableValue sv)booleanBugLeafNode. matches(BugAspects.SortableValue keyValuePair)(package private) BugSetBugSet. query(BugAspects.SortableValue keyValuePair)A String pair has a key and a value.Method parameters in edu.umd.cs.findbugs.gui2 with type arguments of type BugAspects.SortableValue Modifier and Type Method Description static MatcherFilterFactory. makeAndMatcher(java.util.Collection<BugAspects.SortableValue> sortables)private static MatcherFilterFactory. makeMatcher(java.util.Collection<BugAspects.SortableValue> sortables, boolean andOr)static MatcherFilterFactory. makeOrMatcher(java.util.Collection<BugAspects.SortableValue> sortables)Constructors in edu.umd.cs.findbugs.gui2 with parameters of type BugAspects.SortableValue Constructor Description FilterMatcher(BugAspects.SortableValue sp)Deprecated.
-