Class StaticTypeCheckingSupport.FloatArrayStaticTypesHelper

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

public static class StaticTypeCheckingSupport.FloatArrayStaticTypesHelper extends Object
DGM-like helpers for float[] access.
  • Constructor Details

    • FloatArrayStaticTypesHelper

      public FloatArrayStaticTypesHelper()
  • Method Details

    • getAt

      public static float getAt(float[] array, int index)
      Returns the element at the supplied index.
    • getAt$$bridge

      @Deprecated(since="5.0.0") public static Float getAt$$bridge(float[] array, int index)
      Deprecated.
      Returns the boxed element at the supplied index.
    • putAt

      public static void putAt(float[] array, int index, float value)
      Stores the element at the supplied index.