Class StaticTypeCheckingSupport.LongArrayStaticTypesHelper

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

public static class StaticTypeCheckingSupport.LongArrayStaticTypesHelper
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    LongArrayStaticTypesHelper()  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.Long getAt​(long[] array, int index)  
    static void putAt​(long[] array, int index, long value)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LongArrayStaticTypesHelper

      public LongArrayStaticTypesHelper()
  • Method Details

    • getAt

      public static java.lang.Long getAt​(long[] array, int index)
    • putAt

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