|
Cytoscape 2.3.1 (c) 2004 ISB, MSKCC, UCSD | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcytoscape.util.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()
|
www.cytoscape.org | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |