smueller.tools
Class ArrayTools

java.lang.Object
  extended by smueller.tools.ArrayTools

public class ArrayTools
extends Object

Author:
Soeren Mueller, smueller@cebitec.uni-bielefeld.de

Constructor Summary
ArrayTools()
           
 
Method Summary
static double calcmax(Array a)
           
static double calcmin(Array a)
           
static int countChar(String s, char c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayTools

public ArrayTools()
Method Detail

calcmax

public static double calcmax(Array a)

calcmin

public static double calcmin(Array a)

countChar

public static int countChar(String s,
                            char c)


Copyright © 2007-2012. All Rights Reserved.