hep.lcd.io.smart
Class SmartHashtable

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--hep.lcd.io.smart.SmartHashtable

public class SmartHashtable
extends Hashtable

See Also:
Serialized Form
Source Code:
SmartHashtable.java

Inner classes inherited from class java.util.Map
Map.Entry
 
Constructor Summary
SmartHashtable()
           
 
Method Summary
 Object get(Object key)
           
 Object put(Object key, Object value)
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, 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

SmartHashtable

public SmartHashtable()
Method Detail

get

public Object get(Object key)
Overrides:
get in class Hashtable

put

public Object put(Object key,
                  Object value)
Overrides:
put in class Hashtable


The LCD Group