From afed274c10a93957f82a009824cafe8d83aa68a8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 15 Aug 2008 04:09:42 +0000 Subject: new branches --- VS-Sim-Javadoc/utils/VSTools.html | 309 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 309 insertions(+) create mode 100644 VS-Sim-Javadoc/utils/VSTools.html (limited to 'VS-Sim-Javadoc/utils/VSTools.html') diff --git a/VS-Sim-Javadoc/utils/VSTools.html b/VS-Sim-Javadoc/utils/VSTools.html new file mode 100644 index 0000000..1ae54c6 --- /dev/null +++ b/VS-Sim-Javadoc/utils/VSTools.html @@ -0,0 +1,309 @@ + + + + + + +VSTools + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +utils +
+Class VSTools

+
+java.lang.Object
+  extended by utils.VSTools
+
+
+
+
public final class VSTools
extends java.lang.Object
+ + +

+The class VSTools. This class contains only static methods. Those methods + are for general usage and don't fit into other classes. +

+ +

+

+
Author:
+
Paul C. Buetow
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
VSTools() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static longgetStringTime(java.lang.String string) + +
+          Gets the string time.
+static java.lang.StringgetTimeString(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
+ +

+VSTools

+
+public VSTools()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getTimeString

+
+public static java.lang.String getTimeString(long time)
+
+
Gets the time string. +

+

+
Parameters:
time - the time +
Returns:
the time string
+
+
+
+ +

+getStringTime

+
+public static long getStringTime(java.lang.String string)
+
+
Gets the string time. +

+

+
Parameters:
string - the string +
Returns:
the string time
+
+
+
+ +

+parseIntegerVector

+
+public static java.util.Vector<java.lang.Integer> parseIntegerVector(java.lang.String string)
+                                                              throws VSParseIntegerVectorException
+
+
Gets the integer vector represented by a comma separated string. +

+

+
Parameters:
string - the string +
Returns:
the parsed vector +
Throws: +
VSParseIntegerVectorException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3