edu.uci.ics.jung.utils
Class GeneralUtils

java.lang.Object
  extended by edu.uci.ics.jung.utils.GeneralUtils

public class GeneralUtils
extends Object

Contains general-purpose utility functions.

Author:
Scott White, Joshua O'Madadhain

Constructor Summary
GeneralUtils()
           
 
Method Summary
static int hash(int value)
           
static boolean isNumeric(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralUtils

public GeneralUtils()
Method Detail

hash

public static int hash(int value)

isNumeric

public static boolean isNumeric(String s)