java.lang.Object | +--ArrayPrint
| Constructor Summary | |
ArrayPrint()
|
|
| Method Summary | |
static void |
printArray(double[] x)
Prints an array of floating-point numbers. |
static void |
printArray(int[] x)
Prints an array of integers. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ArrayPrint()
| Method Detail |
public static void printArray(int[] x)
x - the array to print.public static void printArray(double[] x)
x - the array to print.