Cytoscape 2.2 (c) 2004 ISB, MSKCC, UCSD

cytoscape.util
Class MinMaxInt

java.lang.Object
  extended bycytoscape.util.MinMaxInt

public class MinMaxInt
extends Object

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

MinMaxInt

public MinMaxInt(int[] array)

MinMaxInt

public MinMaxInt(int[][] array)
Method Detail

getMin

public int getMin()

getMax

public int getMax()

toString

public String toString()

www.cytoscape.org