Class StaticTypeCheckingSupport.LongArrayStaticTypesHelper

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

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

    • LongArrayStaticTypesHelper

      public LongArrayStaticTypesHelper()
  • Method Details

    • getAt

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

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

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