站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

BaseDocument.LazyPropertyMap (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

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)
           
 
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

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

org.netbeans.modules.editor.lib/1 1.14.0 3

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.