Class StaticTypeCheckingSupport.CharArrayStaticTypesHelper

    • Constructor Detail

      • CharArrayStaticTypesHelper

        public CharArrayStaticTypesHelper()
    • Method Detail

      • getAt

        public static Character getAt​(char[] array,
                                      int index)
      • putAt

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