org.jvnet.hudson.test
Class MemoryAssert.HistogramElement

java.lang.Object
  extended by org.jvnet.hudson.test.MemoryAssert.HistogramElement
All Implemented Interfaces:
Comparable<MemoryAssert.HistogramElement>
Enclosing class:
MemoryAssert

public static final class MemoryAssert.HistogramElement
extends Object
implements Comparable<MemoryAssert.HistogramElement>

Since:
1.500
See Also:
MemoryAssert.increasedMemory(java.util.concurrent.Callable, org.netbeans.insane.scanner.Filter...)

Field Summary
 int byteSize
           
 String className
           
 int instanceCount
           
 
Method Summary
 int compareTo(MemoryAssert.HistogramElement o)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

public final String className

instanceCount

public final int instanceCount

byteSize

public final int byteSize
Method Detail

compareTo

public int compareTo(MemoryAssert.HistogramElement o)
Specified by:
compareTo in interface Comparable<MemoryAssert.HistogramElement>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2004-2013. All Rights Reserved.