Uses of Enum Class
org.ddogleg.struct.BigDogGrowth
Packages that use BigDogGrowth
-
Uses of BigDogGrowth in org.ddogleg.struct
Subclasses with type arguments of type BigDogGrowth in org.ddogleg.structModifier and TypeClassDescriptionenumSpecifies which strategy is used to select internal array size when adding new blocks.Fields in org.ddogleg.struct declared as BigDogGrowthModifier and TypeFieldDescriptionprotected final BigDogGrowthBigDogArrayBase.growthApproach used for growth.Methods in org.ddogleg.struct that return BigDogGrowthModifier and TypeMethodDescriptionstatic BigDogGrowthReturns 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) protectedBigDogArrayBase(int initialAllocation, int blockSize, BigDogGrowth growth, BigDogArrayBase.NewArray<Array> generator, BigDogArrayBase.AssignNewArrayElements<Array> initializeArray)