当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
BaseDocument.LazyPropertyMap (Editor Library) - NetBeans API Javadoc (Current Development Version)
org.netbeans.editor
Class BaseDocument.LazyPropertyMap
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable
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
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 |
BaseDocument.LazyPropertyMap
protected BaseDocument.LazyPropertyMap(Dictionary dict)
get
public Object get(Object key)
- Specified by:
get
in interface Map
- Overrides:
get
in class Hashtable