Class StaticTypeCheckingSupport.DoubleArrayStaticTypesHelper
- java.lang.Object
-
- org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.DoubleArrayStaticTypesHelper
-
- Enclosing class:
- StaticTypeCheckingSupport
public static class StaticTypeCheckingSupport.DoubleArrayStaticTypesHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DoubleArrayStaticTypesHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Double
getAt(double[] arr, int index)
static void
putAt(double[] arr, int index, double object)
-