|
Cytoscape 2.8.0 API | |||||||||
| 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)
Creates a new MinMaxInt object. |
|
MinMaxInt(int[][] array)
Creates a new MinMaxInt object. |
|
| Method Summary | |
|---|---|
int |
getMax()
DOCUMENT ME! |
int |
getMin()
DOCUMENT ME! |
String |
toString()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MinMaxInt(int[] array)
array - DOCUMENT ME!public MinMaxInt(int[][] array)
array - DOCUMENT ME!| Method Detail |
|---|
public int getMin()
public int getMax()
public String toString()
toString in class Object
|
Cytoscape 2.8.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||