Uses of Class
com.jrockit.memleak.value.HeapInfo

Packages that use HeapInfo
com.jrockit.memleak.mlp   
com.jrockit.memleak.value   
 

Uses of HeapInfo in com.jrockit.memleak.mlp
 

Subclasses of HeapInfo in com.jrockit.memleak.mlp
 class JoinedTypeHeapInfo
           
 

Uses of HeapInfo in com.jrockit.memleak.value
 

Subclasses of HeapInfo in com.jrockit.memleak.value
 class HeapHistogram
          A heap histogram holds an array of ITypeHeapInfo objects which gives statistics about the contents of types on the java heap.
 class TypeHeapInfo
          Represents heap usage for a single type, including growth rate.
 

Methods in com.jrockit.memleak.value with parameters of type HeapInfo
protected  boolean HeapInfo.equals(HeapInfo other)
           
 



Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.