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