When I tried to use the hashtable class, Netbeans gave me an error saying:
While still supported, these classes were made obsolete by the JDK1.2 colle
You could probably use Hashmap:
Map mymap = new HashMap();