com.funambol.syncclient.common
Class HashtableTools

java.lang.Object
  extended by com.funambol.syncclient.common.HashtableTools

public class HashtableTools
extends java.lang.Object

This class supplies a method for the conversion of one Hashtable in one HashMap.

Version:
$Id: HashtableTools.java,v 1.3 2007-12-22 18:09:17 nichele Exp $

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

HashtableTools

public HashtableTools()
Method Detail

hashtable2hashMap

public static java.util.HashMap hashtable2hashMap(java.util.Hashtable hashtable)
Convert the given Hashtable in an HashMap.

Parameters:
hashtable - the Hashtable to convert.
Returns:
a HashMap containing all the elements in the Hashtable


Copyright © 2010 Funambol. All Rights Reserved.