|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectutils.VSTools
public final class VSTools
The class VSTools. This class contains only static methods. Those methods are for general usage and don't fit into other classes.
| Constructor Summary | |
|---|---|
VSTools()
|
|
| Method Summary | |
|---|---|
static long |
getStringTime(java.lang.String string)
Gets the string time. |
static java.lang.String |
getTimeString(long time)
Gets the time string. |
static java.util.Vector<java.lang.Integer> |
parseIntegerVector(java.lang.String string)
Gets the integer vector represented by a comma separated string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VSTools()
| Method Detail |
|---|
public static java.lang.String getTimeString(long time)
time - the time
public static long getStringTime(java.lang.String string)
string - the string
public static java.util.Vector<java.lang.Integer> parseIntegerVector(java.lang.String string)
throws VSParseIntegerVectorException
string - the string
VSParseIntegerVectorException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||