Class StaticTypeCheckingSupport.LongArrayStaticTypesHelper
- java.lang.Object
-
- org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.LongArrayStaticTypesHelper
-
- Enclosing class:
- StaticTypeCheckingSupport
public static class StaticTypeCheckingSupport.LongArrayStaticTypesHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description LongArrayStaticTypesHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Long
getAt(long[] arr, int index)
static void
putAt(long[] arr, int index, long object)
-
-
-
Method Detail
-
getAt
public static Long getAt(long[] arr, int index)
-
putAt
public static void putAt(long[] arr, int index, long object)
-
-