edu.iu.iv.toolkits.networkanalysistoolkit.util
Class Util
java.lang.Object
|
+--edu.iu.iv.toolkits.networkanalysistoolkit.util.Util
- public class Util
- extends java.lang.Object
- Author:
- Shashikant
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static Util getInstance()
formatDoubleToString
public java.lang.String formatDoubleToString(double d)
checkInteger
public boolean checkInteger(int num,
int min,
int max,
boolean inclusive)
checkDouble
public boolean checkDouble(double num,
int min,
int max,
boolean inclusive)