|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.darwinsys.util.MiniMax
public class MiniMax
Polymorphic forms of some standard Math functions. See http://www.diasparsoftware.com/weblog/archives/00000100.html.
Constructor Summary | |
---|---|
MiniMax()
|
Method Summary | |
---|---|
static int |
max(int[] data)
|
static java.lang.Integer |
max(java.lang.Integer[] data)
|
static java.lang.Integer |
max(java.util.List<java.lang.Integer> data)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MiniMax()
Method Detail |
---|
public static int max(int[] data)
public static java.lang.Integer max(java.util.List<java.lang.Integer> data)
public static java.lang.Integer max(java.lang.Integer[] data)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |