Documentation of 'edu.hitsz.c102c.util.TestArray' Java class
TestArray
edu.hitsz.c102c.util

Class TestArray



  • public class TestArray
    extends java.lang.Object
    The test element directly accesses the array and the efficiency of accessing the array through a function. Conclusion: The function form access does not reduce the speed
    • Constructor Summary

      Constructors 
      Constructor and Description
      TestArray(int m, int n) 
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      static void main(java.lang.String[] args) 
      void set(int x, int y, double value) 
      • Methods inherited from class java.lang.Object

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

      • TestArray

        public TestArray(int m,
                         int n)
    • Method Detail

      • set

        public void set(int x,
                        int y,
                        double value)
      • main

        public static void main(java.lang.String[] args)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.