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