|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.syncclient.common.HashtableTools
public class HashtableTools
This class supplies a method for the conversion of one Hashtable in one HashMap.
Constructor Summary | |
---|---|
HashtableTools()
|
Method Summary | |
---|---|
static java.util.HashMap |
hashtable2hashMap(java.util.Hashtable hashtable)
Convert the given Hashtable in an HashMap. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HashtableTools()
Method Detail |
---|
public static java.util.HashMap hashtable2hashMap(java.util.Hashtable hashtable)
hashtable
- the Hashtable to convert.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |