org.netbeans.modules.editor.lib/1 1.44.0 9

org.netbeans.editor
Class BaseDocument.LazyPropertyMap

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by org.netbeans.editor.BaseDocument.LazyPropertyMap
All Implemented Interfaces:
Serializable, Cloneable, Map
Enclosing class:
BaseDocument

protected static class BaseDocument.LazyPropertyMap
extends Hashtable

See Also:
Serialized Form

Constructor Summary
protected BaseDocument.LazyPropertyMap(Dictionary dict)
           
 
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

BaseDocument.LazyPropertyMap

protected BaseDocument.LazyPropertyMap(Dictionary dict)
Method Detail

get

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

put

public Object put(Object key,
                  Object value)
Specified by:
put in interface Map
Overrides:
put in class Hashtable

org.netbeans.modules.editor.lib/1 1.44.0 9

Built on November 22 2009.  |  Portions Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.