Class StaticTypeCheckingSupport.IntArrayStaticTypesHelper

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

public static class StaticTypeCheckingSupport.IntArrayStaticTypesHelper extends Object
DGM-like helpers for int[] access.
  • Constructor Details

    • IntArrayStaticTypesHelper

      public IntArrayStaticTypesHelper()
  • Method Details

    • getAt

      public static int getAt(int[] array, int index)
      Returns the element at the supplied index.
    • getAt$$bridge

      @Deprecated(since="5.0.0") public static Integer getAt$$bridge(int[] array, int index)
      Deprecated.
      Returns the boxed element at the supplied index.
    • putAt

      public static void putAt(int[] array, int index, int value)
      Stores the element at the supplied index.