Class StaticTypeCheckingSupport.LongArrayStaticTypesHelper

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

public static class StaticTypeCheckingSupport.LongArrayStaticTypesHelper extends Object
  • Constructor Details

    • LongArrayStaticTypesHelper

      public LongArrayStaticTypesHelper()
  • Method Details

    • getAt

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

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

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