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