Class GrowthStrategy.Builder

java.lang.Object
org.ojalgo.array.GrowthStrategy.Builder
Enclosing class:
GrowthStrategy

static final class GrowthStrategy.Builder extends Object
  • Field Details

    • CHUNK

      private static final long CHUNK
      512
    • INITIAL

      private static final long INITIAL
      See Also:
    • SEGMENT

      private static final long SEGMENT
      See Also:
    • myChunk

      private long myChunk
    • myInitial

      private long myInitial
    • mySegment

      private long mySegment
  • Constructor Details

  • Method Details