Class MultiArrayCopyFactory.LongToFloat

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LongToFloat()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void arraycopy​(java.lang.Object srcO, int srcPos, java.lang.Object destO, int destPos, int length)  
      • Methods inherited from class java.lang.Object

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

      • LongToFloat

        private LongToFloat()
    • Method Detail

      • arraycopy

        public void arraycopy​(java.lang.Object srcO,
                              int srcPos,
                              java.lang.Object destO,
                              int destPos,
                              int length)
        Overrides:
        arraycopy in class MultiArrayCopyFactory