|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.ojalgo.machine.MemoryEstimator
public final class MemoryEstimator
MemoryEstimator
| Method Summary | |
|---|---|
MemoryEstimator |
add(Class<?> aClass)
|
MemoryEstimator |
add(JavaType aJavaType)
|
long |
estimate()
|
static long |
estimateArray(Class<?> aComponentType,
int aLength)
|
static long |
estimateObject(Class<?> aType)
|
static MemoryEstimator |
makeForClassExtendingObject()
|
static MemoryEstimator |
makeForSubclass(MemoryEstimator aParentEstimation)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static long estimateArray(Class<?> aComponentType,
int aLength)
public static long estimateObject(Class<?> aType)
public static MemoryEstimator makeForClassExtendingObject()
public static MemoryEstimator makeForSubclass(MemoryEstimator aParentEstimation)
public MemoryEstimator add(Class<?> aClass)
public MemoryEstimator add(JavaType aJavaType)
public long estimate()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||