Uses of Class
org.ojalgo.machine.MemoryEstimator
-
Packages that use MemoryEstimator Package Description org.ojalgo.machine -
-
Uses of MemoryEstimator in org.ojalgo.machine
Methods in org.ojalgo.machine that return MemoryEstimator Modifier and Type Method Description private MemoryEstimator
MemoryEstimator. add(long bytes)
MemoryEstimator
MemoryEstimator. add(java.lang.Class<?> type)
MemoryEstimator
MemoryEstimator. add(JavaType type)
(package private) static MemoryEstimator
MemoryEstimator. make(java.lang.Class<?> type)
static MemoryEstimator
MemoryEstimator. makeForClassExtendingObject()
static MemoryEstimator
MemoryEstimator. makeForSubclass(MemoryEstimator parentEstimation)
Methods in org.ojalgo.machine with parameters of type MemoryEstimator Modifier and Type Method Description static MemoryEstimator
MemoryEstimator. makeForSubclass(MemoryEstimator parentEstimation)
-