|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--utilities.Utils
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 |
public Utils()
Method Detail |
public static long wrapMod(long i, long j)
public static int wrapMod(int i, int j)
public static int maxElement(int[] elArray)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |