Class DoubleNTTConvolutionStepStrategy.SquareInPlaceRunnable

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    DoubleNTTConvolutionStepStrategy

    private class DoubleNTTConvolutionStepStrategy.SquareInPlaceRunnable
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Detail

      • sourceAndDestination

        private DataStorage sourceAndDestination
      • offset

        private long offset
      • length

        private long length
    • Constructor Detail

      • SquareInPlaceRunnable

        public SquareInPlaceRunnable​(DataStorage sourceAndDestination,
                                     long offset,
                                     long length)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable