public static final class MemoryAssert.HistogramElement extends Object implements Comparable<MemoryAssert.HistogramElement>
| Modifier and Type | Field and Description |
|---|---|
int |
byteSize |
String |
className |
int |
instanceCount |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MemoryAssert.HistogramElement o) |
boolean |
equals(Object obj) |
int |
hashCode() |
public final String className
public final int instanceCount
public final int byteSize
public int compareTo(MemoryAssert.HistogramElement o)
compareTo in interface Comparable<MemoryAssert.HistogramElement>Copyright © 2004–2019. All rights reserved.