com.l2fprod.util
Class LazyTable

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by com.l2fprod.util.LazyTable
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class LazyTable
extends java.util.Hashtable

Description of the Class

Author:
fred
See Also:
Serialized Form

Nested Class Summary
static interface LazyTable.ActiveValue
          Description of the Interface
static interface LazyTable.LazyValue
          Description of the Interface
 
Constructor Summary
LazyTable()
           
 
Method Summary
 java.lang.Object get(java.lang.Object key)
          Description of the Method
 
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

LazyTable

public LazyTable()
Method Detail

get

public java.lang.Object get(java.lang.Object key)
Description of the Method

Specified by:
get in interface java.util.Map
Overrides:
get in class java.util.Hashtable
Parameters:
key - Description of Parameter
Returns:
Description of the Returned Value