Class StaticTypeCheckingSupport.IntArrayStaticTypesHelper
java.lang.Object
org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.IntArrayStaticTypesHelper
- Enclosing class:
- StaticTypeCheckingSupport
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic intgetAt(int[] array, int index) static IntegergetAt$$bridge(int[] array, int index) Deprecated.static voidputAt(int[] array, int index, int value) 
- 
Constructor Details- 
IntArrayStaticTypesHelperpublic IntArrayStaticTypesHelper()
 
- 
- 
Method Details- 
getAtpublic static int getAt(int[] array, int index) 
- 
getAt$$bridgeDeprecated.
- 
putAtpublic static void putAt(int[] array, int index, int value) 
 
-