Uses of Class
org.ojalgo.array.GrowthStrategy.Builder
-
Packages that use GrowthStrategy.Builder Package Description org.ojalgo.array -
-
Uses of GrowthStrategy.Builder in org.ojalgo.array
Fields in org.ojalgo.array declared as GrowthStrategy.Builder Modifier and Type Field Description private GrowthStrategy.Builder
StrategyBuildingFactory. myStrategyBuilder
Methods in org.ojalgo.array that return GrowthStrategy.Builder Modifier and Type Method Description (package private) GrowthStrategy.Builder
GrowthStrategy.Builder. chunk(long chunk)
(package private) GrowthStrategy.Builder
GrowthStrategy.Builder. initial(long initial)
Enforced to be >= 1(package private) static GrowthStrategy.Builder
GrowthStrategy. newBuilder(DenseArray.Factory<?> denseFactory)
(package private) GrowthStrategy.Builder
GrowthStrategy.Builder. segment(long segment)
Constructors in org.ojalgo.array with parameters of type GrowthStrategy.Builder Constructor Description GrowthStrategy(GrowthStrategy.Builder builder)
-