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