Class StaticTypeCheckingSupport.ByteArrayStaticTypesHelper

  • Enclosing class:
    StaticTypeCheckingSupport

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

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

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

      • ByteArrayStaticTypesHelper

        public ByteArrayStaticTypesHelper()
    • Method Detail

      • getAt

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

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