|
Cytoscape 2.4.1 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcytoscape.util.MinMaxInt
public class MinMaxInt
find the min and max of a 1- or 2-d array of ints.
Constructor Summary | |
---|---|
MinMaxInt(int[] array)
|
|
MinMaxInt(int[][] array)
|
Method Summary | |
---|---|
int |
getMax()
|
int |
getMin()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MinMaxInt(int[] array)
public MinMaxInt(int[][] array)
Method Detail |
---|
public int getMin()
public int getMax()
public String toString()
toString
in class Object
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |