Class pmr.euclid.Int
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pmr.euclid.Int

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

public class Int
extends Object
Int supports various utilities for integers. Use Integer where you want a first-class Java object
Author:
(C) P. Murray-Rust, 1996

Constructor Index

 o Int()

Method Index

 o initArray(int, int[], int)
set an array to given value
 o printArray(int[])
print a int[]
 o zeroArray(int, int[])
set an array to zero

Constructors

 o Int
  public Int()

Methods

 o zeroArray
  public static void zeroArray(int nelem,
                               int arr[])
set an array to zero
 o initArray
  public static void initArray(int nelem,
                               int arr[],
                               int f)
set an array to given value
 o printArray
  public static void printArray(int a[])
print a int[]

All Packages  Class Hierarchy  This Package  Previous  Next  Index