Class StaticTypeCheckingSupport.DoubleArrayStaticTypesHelper
- java.lang.Object
- 
- org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.DoubleArrayStaticTypesHelper
 
- 
- Enclosing class:
- StaticTypeCheckingSupport
 
 public static class StaticTypeCheckingSupport.DoubleArrayStaticTypesHelper extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description DoubleArrayStaticTypesHelper()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static DoublegetAt(double[] array, int index)static voidputAt(double[] array, int index, double value)
 
- 
- 
- 
Method Detail- 
getAtpublic static Double getAt(double[] array, int index) 
 - 
putAtpublic static void putAt(double[] array, int index, double value)
 
- 
 
-