|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jrockit.memleak.value.ArraySizeInfo
public class ArraySizeInfo
Holds information about arrays on the heap and their sizes.
| Field Summary |
|---|
| Fields inherited from interface com.jrockit.memleak.IArraySizeInfo |
|---|
EMPTY_ARRAY |
| Constructor Summary | |
|---|---|
ArraySizeInfo(IArrayInfo arrayInfo,
long size)
Constructor. |
|
| Method Summary | |
|---|---|
int |
compareTo(IArraySizeInfo sizeInfo)
|
IArrayInfo |
getArrayInfo()
|
IClassInfo |
getClassInfo()
|
IObjectInfo |
getObjectInfo()
|
long |
getSize()
Returns the size of the array in bytes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArraySizeInfo(IArrayInfo arrayInfo,
long size)
arrayInfo - size - | Method Detail |
|---|
public IArrayInfo getArrayInfo()
getArrayInfo in interface IArraySizeInfopublic long getSize()
IArraySizeInfo
getSize in interface IArraySizeInfopublic int compareTo(IArraySizeInfo sizeInfo)
compareTo in interface java.lang.Comparable<IArraySizeInfo>public IObjectInfo getObjectInfo()
getObjectInfo in interface IObjectInfoHolderIObjectInfo, or possibly (subject to change) null.public IClassInfo getClassInfo()
getClassInfo in interface IClassInfoHolderIClassInfo, never null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||