Class StaticTypeCheckingSupport.ShortArrayStaticTypesHelper
java.lang.Object
org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.ShortArrayStaticTypesHelper
- Enclosing class:
- StaticTypeCheckingSupport
public static class StaticTypeCheckingSupport.ShortArrayStaticTypesHelper
extends java.lang.Object
- 
Constructor SummaryConstructors Constructor Description ShortArrayStaticTypesHelper()
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
ShortArrayStaticTypesHelperpublic ShortArrayStaticTypesHelper()
 
- 
- 
Method Details- 
getAtpublic static java.lang.Short getAt(short[] array, int index)
- 
putAtpublic static void putAt(short[] array, int index, short value)
 
-