Class StaticTypeCheckingSupport.IntArrayStaticTypesHelper

  • Enclosing class:
    StaticTypeCheckingSupport

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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Integer getAt​(int[] arr, int index)  
      static void putAt​(int[] arr, int index, int object)  
      • Methods inherited from class java.lang.Object

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

      • IntArrayStaticTypesHelper

        public IntArrayStaticTypesHelper()
    • Method Detail

      • getAt

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

        public static void putAt​(int[] arr,
                                 int index,
                                 int object)