|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vwp.util.Tools
public class Tools
The Tools class is intended to be a container for functionalities which don't fit anywhere else.
| Constructor Summary | |
|---|---|
Tools()
Constructs a new Tools object. |
|
| Method Summary | |
|---|---|
long |
calculateHash(String instr)
Calculates some kind of hash or checksum out of a String. |
static void |
threadSleep(long msecs)
Lets the current Thread sleep for the specified amount of milliseconds. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Tools()
| Method Detail |
|---|
public long calculateHash(String instr)
instr - The input string to calculate the hash value from
public static void threadSleep(long msecs)
msecs - the amount of milliseconds the thread has to sleep
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||