utilities
Class Utils

java.lang.Object
  |
  +--utilities.Utils

public class Utils
extends java.lang.Object

miscalleaneous utility routines from the imager c wavelet library


Constructor Summary
Utils()
           
 
Method Summary
static int maxElement(int[] elArray)
          returns the largest element in the array
static int wrapMod(int i, int j)
           
static long wrapMod(long i, long j)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

wrapMod

public static long wrapMod(long i,
                           long j)

wrapMod

public static int wrapMod(int i,
                          int j)

maxElement

public static int maxElement(int[] elArray)
returns the largest element in the array