|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.syncclient.common.VectorTools
public class VectorTools
Constructor Summary | |
---|---|
VectorTools()
|
Method Summary | |
---|---|
static void |
add(java.util.Vector v,
java.lang.Object[] a)
Adds all elements of the object array to the first vector |
static void |
add(java.util.Vector v1,
java.util.Vector v2)
Adds all elements of the second vector to the first vector |
static java.lang.String[] |
toStringArray(java.util.Vector v)
Returns the content of the given vector as an array of String |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VectorTools()
Method Detail |
---|
public static void add(java.util.Vector v1, java.util.Vector v2)
v1
- v2
- public static void add(java.util.Vector v, java.lang.Object[] a)
v
- a
- public static java.lang.String[] toStringArray(java.util.Vector v)
v
- the vector to convert - NULL = empty vector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |