Class StaticTypeCheckingSupport.BooleanArrayStaticTypesHelper

java.lang.Object
org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.BooleanArrayStaticTypesHelper
Enclosing class:
StaticTypeCheckingSupport

public static class StaticTypeCheckingSupport.BooleanArrayStaticTypesHelper
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    BooleanArrayStaticTypesHelper()  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.Boolean getAt​(boolean[] array, int index)  
    static void putAt​(boolean[] array, int index, boolean value)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BooleanArrayStaticTypesHelper

      public BooleanArrayStaticTypesHelper()
  • Method Details

    • getAt

      public static java.lang.Boolean getAt​(boolean[] array, int index)
    • putAt

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