Class StaticTypeCheckingSupport.ShortArrayStaticTypesHelper

  • Enclosing class:
    StaticTypeCheckingSupport

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

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

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

      • ShortArrayStaticTypesHelper

        public ShortArrayStaticTypesHelper()
    • Method Detail

      • getAt

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

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