de.hattrickorganizer.model
Class MyHashtable

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by de.hattrickorganizer.model.MyHashtable
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class MyHashtable
extends java.util.Hashtable

DOCUMENT ME!

Author:
thomas.werth
See Also:
Serialized Form

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

Constructor Detail

MyHashtable

public MyHashtable()
Creates a new instance of MyHashtable

Method Detail

put

public final java.lang.Object put(java.lang.Object key,
                                  java.lang.Object value)
TODO Missing Method Documentation

Specified by:
put in interface java.util.Map
Overrides:
put in class java.util.Hashtable
Parameters:
key - TODO Missing Method Parameter Documentation
value - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation