Class StaticTypeCheckingSupport.IntArrayStaticTypesHelper

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

public static class StaticTypeCheckingSupport.IntArrayStaticTypesHelper extends Object
  • Constructor Details

    • IntArrayStaticTypesHelper

      public IntArrayStaticTypesHelper()
  • Method Details

    • getAt

      public static int getAt(int[] array, int index)
    • getAt$$bridge

      @Deprecated(since="5.0.0") public static Integer getAt$$bridge(int[] array, int index)
      Deprecated.
    • putAt

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