Class StaticTypeCheckingSupport.DoubleArrayStaticTypesHelper

java.lang.Object
org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.DoubleArrayStaticTypesHelper
Enclosing class:
StaticTypeCheckingSupport

public static class StaticTypeCheckingSupport.DoubleArrayStaticTypesHelper extends Object
  • Constructor Details

    • DoubleArrayStaticTypesHelper

      public DoubleArrayStaticTypesHelper()
  • Method Details

    • getAt

      public static double getAt(double[] array, int index)
    • getAt$$bridge

      @Deprecated(since="5.0.0") public static Double getAt$$bridge(double[] array, int index)
      Deprecated.
    • putAt

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