Class StaticTypeCheckingSupport.ShortArrayStaticTypesHelper

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

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

    Constructors
    Constructor Description
    ShortArrayStaticTypesHelper()  
  • Method Summary

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

    Methods inherited from class java.lang.Object

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

    • ShortArrayStaticTypesHelper

      public ShortArrayStaticTypesHelper()
  • Method Details

    • getAt

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

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