Method Summary |
|
public static int | sizeOfBoolean() Returns the size in bytes of a primitive boolean. |
public static int | sizeOfChar() Returns the size in bytes of a primitive char. |
public static int | sizeOfDate() Returns the size in bytes of a Date. |
public static int | sizeOfDouble() Returns the size in bytes of a primitive double. |
public static int | sizeOfInt() Returns the size in bytes of a primitive int. |
public static int | sizeOfLong() Returns the size in bytes of a primitive long. |
public static int | sizeOfMap(Map map) Returns the size in bytes of a Map object. |
public static int | sizeOfObject() Returns the size in bytes of a basic Object. |
public static int | sizeOfProperties(Properties properties) Returns the size in bytes of a Properties object. |
public static int | sizeOfString(String string) Returns the size in bytes of a String.
Parameters: string - the String to determine the size of. |