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