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 SummaryConstructors Constructor Description DoubleArrayStaticTypesHelper()
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
DoubleArrayStaticTypesHelperpublic DoubleArrayStaticTypesHelper()
 
- 
- 
Method Details- 
getAtpublic static java.lang.Double getAt(double[] array, int index)
- 
putAtpublic static void putAt(double[] array, int index, double value)
 
-