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