Class StaticTypeCheckingSupport.IntArrayStaticTypesHelper

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

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

    Constructors
    Constructor Description
    IntArrayStaticTypesHelper()  
  • Method Summary

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

    Methods inherited from class java.lang.Object

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

    • IntArrayStaticTypesHelper

      public IntArrayStaticTypesHelper()
  • Method Details

    • getAt

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

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