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