Class StaticTypeCheckingSupport.LongArrayStaticTypesHelper
- java.lang.Object
- 
- org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.LongArrayStaticTypesHelper
 
- 
- Enclosing class:
- StaticTypeCheckingSupport
 
 public static class StaticTypeCheckingSupport.LongArrayStaticTypesHelper extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description LongArrayStaticTypesHelper()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static LonggetAt(long[] array, int index)static voidputAt(long[] array, int index, long value)
 
- 
- 
- 
Method Detail- 
getAtpublic static Long getAt(long[] array, int index) 
 - 
putAtpublic static void putAt(long[] array, int index, long value)
 
- 
 
-