|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcsli.util.math.ArrayMath
public class ArrayMath
Do various basic math on arrays.
| Constructor Summary | |
|---|---|
ArrayMath()
|
|
| Method Summary | ||
|---|---|---|
static boolean |
allEqual(Comparable[] t,
Comparable val)
|
|
static
|
max(E[] t)
|
|
static
|
min(E[] t)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayMath()
| Method Detail |
|---|
public static boolean allEqual(Comparable[] t,
Comparable val)
public static <E extends Comparable> E max(E[] t)
public static <E extends Comparable> E min(E[] t)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||