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