groovy / 4.0 / org / codehaus / groovy / transform / stc / statictypecheckingsupport.doublearraystatictypeshelper.html

[Java] Class StaticTypeCheckingSupport.DoubleArrayStaticTypesHelper

  • org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.DoubleArrayStaticTypesHelper
public static class StaticTypeCheckingSupport.DoubleArrayStaticTypesHelper

Methods Summary

Methods
Type Params Return Type Name and description
public static Double getAt(double[] array, int index)
public static void putAt(double[] array, int index, double value)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Method Detail

public static Double getAt(double[] array, int index)

public static void putAt(double[] array, int index, double value)