public abstract class MemoryModel extends Object
Constructor and Description |
---|
MemoryModel() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getArraySize() |
abstract int |
getClassSize() |
abstract int |
getPrimitiveSize(Class clazz) |
abstract int |
getReferenceSize() |
public abstract int getArraySize()
public abstract int getClassSize()
public abstract int getPrimitiveSize(Class clazz)
clazz
- a primitive Class - bool, byte, char, short, long, float,
short, double, intpublic abstract int getReferenceSize()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.