Uses of Enum Class
org.ddogleg.struct.BigDogGrowth
Packages that use BigDogGrowth
-
Uses of BigDogGrowth in org.ddogleg.struct
Fields in org.ddogleg.struct declared as BigDogGrowthModifier and TypeFieldDescriptionprotected final BigDogGrowth
BigDogArrayBase.growth
Approach used for growth.Methods in org.ddogleg.struct that return BigDogGrowthModifier 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.Constructors in org.ddogleg.struct with parameters of type BigDogGrowthModifierConstructorDescriptionBigDogArray
(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)