org.gudy.azureus2.ui.common.util
Class LegacyHashtable

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by org.gudy.azureus2.ui.common.util.LegacyHashtable
All Implemented Interfaces:
Serializable, Cloneable, Map

public class LegacyHashtable
extends Hashtable

Author:
tobi
See Also:
Serialized Form

Constructor Summary
LegacyHashtable()
          Creates a new instance of LegacyHashtable
 
Method Summary
 Object get(Object key)
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LegacyHashtable

public LegacyHashtable()
Creates a new instance of LegacyHashtable

Method Detail

get

public Object get(Object key)
Specified by:
get in interface Map
Overrides:
get in class Hashtable