public final class ClassEntry extends java.lang.Object implements java.lang.Comparable<ClassEntry>
| Constructor and Description |
|---|
ClassEntry(IMCType type,
int count) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ClassEntry o) |
boolean |
equals(java.lang.Object obj) |
int |
getCount() |
IMCType |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
private final IMCType type
private final int count
public ClassEntry(IMCType type, int count)
public int compareTo(ClassEntry o)
compareTo in interface java.lang.Comparable<ClassEntry>public java.lang.String toString()
toString in class java.lang.Objectpublic IMCType getType()
public int getCount()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object