Class StaticTypeCheckingSupport.BooleanArrayStaticTypesHelper
java.lang.Object
org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.BooleanArrayStaticTypesHelper
- Enclosing class:
- StaticTypeCheckingSupport
DGM-like helpers for
boolean[] access.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleangetAt(boolean[] array, int index) Returns the element at the supplied index.static BooleangetAt$$bridge(boolean[] array, int index) Deprecated.static voidputAt(boolean[] array, int index, boolean value) Stores the element at the supplied index.
-
Constructor Details
-
BooleanArrayStaticTypesHelper
public BooleanArrayStaticTypesHelper()
-
-
Method Details
-
getAt
public static boolean getAt(boolean[] array, int index) Returns the element at the supplied index. -
getAt$$bridge
Deprecated.Returns the boxed element at the supplied index. -
putAt
public static void putAt(boolean[] array, int index, boolean value) Stores the element at the supplied index.
-