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:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class LegacyHashtable
extends java.util.Hashtable

Author:
tobi
See Also:
Serialized Form

Constructor Summary
LegacyHashtable()
          Creates a new instance of LegacyHashtable
 
Method Summary
 java.lang.Object get(java.lang.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 java.lang.Object get(java.lang.Object key)
Specified by:
get in interface java.util.Map
Overrides:
get in class java.util.Hashtable