com.darwinsys.util
Class MiniMax

java.lang.Object
  extended by com.darwinsys.util.MiniMax

public class MiniMax
extends java.lang.Object

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

MiniMax

public MiniMax()
Method Detail

max

public static int max(int[] data)

max

public static java.lang.Integer max(java.util.List<java.lang.Integer> data)

max

public static java.lang.Integer max(java.lang.Integer[] data)


Copyright © 1996-2004 Ian F. Darwin. See license.html for usage license.