jumbo.euclid
Class Int

java.lang.Object
  |
  +--jumbo.euclid.Int

public class Int
extends java.lang.Object

Int supports various utilities for integers. Use Integer where you want a first-class Java object


Constructor Summary
Int()
           
 
Method Summary
static void initArray(int nelem, int[] arr, int f)
          set an array to given value
static void printArray(int[] a)
          print a int[]
static void zeroArray(int nelem, int[] arr)
          set an array to zero
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Int

public Int()
Method Detail

zeroArray

public static void zeroArray(int nelem,
                             int[] arr)
set an array to zero

initArray

public static void initArray(int nelem,
                             int[] arr,
                             int f)
set an array to given value

printArray

public static void printArray(int[] a)
print a int[]