org.gimec.msnj
Class Util

java.lang.Object
  |
  +--org.gimec.msnj.Util

public class Util
extends java.lang.Object


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

Util

public Util()
Method Detail

split

public static java.lang.String[] split(java.lang.String str,
                                       java.lang.String delim)
Split a string on the specified delimeter.

deepCopy

public static java.util.List deepCopy(java.util.List list)
Performs a deep copy on the list. All elements of the list that are not clonable will not be included in the new list;