edu.umd.cs.findbugs
Class CountBugs.CategoryKey
java.lang.Object
edu.umd.cs.findbugs.CountBugs.CategoryKey
- All Implemented Interfaces:
- CountBugs.Key, java.lang.Comparable<CountBugs.Key>
- Enclosing class:
- CountBugs
private static class CountBugs.CategoryKey
- extends java.lang.Object
- implements CountBugs.Key
Field Summary |
private java.lang.String |
category
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
category
private java.lang.String category
CountBugs.CategoryKey
public CountBugs.CategoryKey(java.lang.String category)
compareTo
public int compareTo(CountBugs.Key o)
- Specified by:
compareTo
in interface java.lang.Comparable<CountBugs.Key>
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object