Uses of Interface
org.ddogleg.struct.DProcess
-
Uses of DProcess in org.ddogleg.struct
Modifier and TypeClassDescriptionstatic class
Default implementation which does nothingModifier and TypeMethodDescriptionvoid
Fills the elements in the specified range with the specified value.void
Simulates a for-each loop.void
Resizes the array and fills all new elements with the specified valueResize with a configuration operator.ModifierConstructorDescriptionBigDogArray
(int initialAllocation, int blockSize, BigDogGrowth growth, Factory<T> factory, DProcess<T> reset) BigDogArray
(Factory<T> factory, DProcess<T> reset) User provided factory function and reset function.User provided factory function and reset function.