|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gimec.msnj.Util
Constructor Summary | |
Util()
|
Method Summary | |
static java.util.List |
deepCopy(java.util.List list)
Performs a deep copy on the list. |
static java.lang.String[] |
split(java.lang.String str,
java.lang.String delim)
Split a string on the specified delimeter. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Util()
Method Detail |
public static java.lang.String[] split(java.lang.String str, java.lang.String delim)
public static java.util.List deepCopy(java.util.List list)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |