|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.graphnetwork.util.String
public class String
Constructor Summary | |
---|---|
String()
|
Method Summary | |
---|---|
static java.lang.Object[] |
extractArrayFromString(java.lang.String s)
Extracts the contents of a String to an array |
static java.lang.String |
extractStringFromArray(java.lang.Object[] a,
String s)
Extracts the contents of an array to a String variable and returns it |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public String()
Method Detail |
---|
public static java.lang.String extractStringFromArray(java.lang.Object[] a, String s)
a
- the array with the contentss
- the string between each element (data separator)
public static java.lang.Object[] extractArrayFromString(java.lang.String s)
s
- the String with the contents to be extracted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |