Class StaticTypeCheckingSupport.DoubleArrayStaticTypesHelper
java.lang.Object
org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.DoubleArrayStaticTypesHelper
- Enclosing class:
- StaticTypeCheckingSupport
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic doublegetAt(double[] array, int index) static DoublegetAt$$bridge(double[] array, int index) Deprecated.static voidputAt(double[] array, int index, double value) 
- 
Constructor Details- 
DoubleArrayStaticTypesHelperpublic DoubleArrayStaticTypesHelper()
 
- 
- 
Method Details- 
getAtpublic static double getAt(double[] array, int index) 
- 
getAt$$bridgeDeprecated.
- 
putAtpublic static void putAt(double[] array, int index, double value) 
 
-