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