groovy / 4.0 / org / codehaus / groovy / transform / stc / statictypecheckingsupport.booleanarraystatictypeshelper.html

[Java] Class StaticTypeCheckingSupport.BooleanArrayStaticTypesHelper

  • org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.BooleanArrayStaticTypesHelper
public static class StaticTypeCheckingSupport.BooleanArrayStaticTypesHelper

Methods Summary

Methods
Type Params Return Type Name and description
public static Boolean getAt(boolean[] array, int index)
public static void putAt(boolean[] array, int index, boolean value)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Method Detail

public static Boolean getAt(boolean[] array, int index)

public static void putAt(boolean[] array, int index, boolean value)