Class StaticTypeCheckingSupport.CharArrayStaticTypesHelper

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

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

    • CharArrayStaticTypesHelper

      public CharArrayStaticTypesHelper()
  • Method Details

    • getAt

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

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

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