public class SizeOf extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Boolean |
m_Present
whether the agent is present.
|
| Constructor and Description |
|---|
SizeOf() |
| Modifier and Type | Method and Description |
|---|---|
static long |
fullSizeOf(Object o)
Returns the full size of the object.
|
protected static boolean |
isPresent()
Checks whteher the agent is present.
|
static long |
sizeOf(Object o)
Returns the size of the object.
|
protected static Boolean m_Present
protected static boolean isPresent()
public static long sizeOf(Object o)
o - the object to get the size forpublic static long fullSizeOf(Object o)
o - the object to get the size forCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.