public final class ClassEntry extends Object implements Comparable<ClassEntry>
Constructor and Description |
---|
ClassEntry(IMCType type,
int count) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ClassEntry o) |
boolean |
equals(Object obj) |
int |
getCount() |
IMCType |
getType() |
int |
hashCode() |
String |
toString() |
public ClassEntry(IMCType type, int count)
public int compareTo(ClassEntry o)
compareTo
in interface Comparable<ClassEntry>
public IMCType getType()
public int getCount()
Copyright © 2020. All rights reserved.