Uses of Enum Class
org.ddogleg.struct.BigDogGrowth
-
Uses of BigDogGrowth in org.ddogleg.struct
Modifier and TypeFieldDescriptionprotected final BigDogGrowth
BigDogArrayBase.growth
Approach used for growth.Modifier and TypeMethodDescriptionstatic BigDogGrowth
Returns the enum constant of this class with the specified name.static BigDogGrowth[]
BigDogGrowth.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionBigDogArray
(int initialAllocation, int blockSize, BigDogGrowth growth, Factory<T> factory, DProcess<T> reset) BigDogArray_B
(int initialAllocation, int blockSize, BigDogGrowth growth) BigDogArray_F32
(int initialAllocation, int blockSize, BigDogGrowth growth) BigDogArray_F64
(int initialAllocation, int blockSize, BigDogGrowth growth) BigDogArray_I32
(int initialAllocation, int blockSize, BigDogGrowth growth) BigDogArray_I64
(int initialAllocation, int blockSize, BigDogGrowth growth) BigDogArray_I8
(int initialAllocation, int blockSize, BigDogGrowth growth) protected
BigDogArrayBase
(int initialAllocation, int blockSize, BigDogGrowth growth, BigDogArrayBase.NewArray<Array> generator, BigDogArrayBase.AssignNewArrayElements<Array> initializeArray)