Class StaticTypeCheckingSupport.DoubleArrayStaticTypesHelper
java.lang.Object
org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.DoubleArrayStaticTypesHelper
- Enclosing class:
- StaticTypeCheckingSupport
DGM-like helpers for
double[] access.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublegetAt(double[] array, int index) Returns the element at the supplied index.static DoublegetAt$$bridge(double[] array, int index) Deprecated.static voidputAt(double[] array, int index, double value) Stores the element at the supplied index.
-
Constructor Details
-
DoubleArrayStaticTypesHelper
public DoubleArrayStaticTypesHelper()
-
-
Method Details
-
getAt
public static double getAt(double[] array, int index) Returns the element at the supplied index. -
getAt$$bridge
Deprecated.Returns the boxed element at the supplied index. -
putAt
public static void putAt(double[] array, int index, double value) Stores the element at the supplied index.
-