Class StaticTypeCheckingSupport.FloatArrayStaticTypesHelper
java.lang.Object
org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.FloatArrayStaticTypesHelper
- Enclosing class:
- StaticTypeCheckingSupport
DGM-like helpers for
float[] access.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic floatgetAt(float[] array, int index) Returns the element at the supplied index.static FloatgetAt$$bridge(float[] array, int index) Deprecated.static voidputAt(float[] array, int index, float value) Stores the element at the supplied index.
-
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.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.
-