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, 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
put
public Object put(Object key,
Object value)
- Specified by:
put in interface Map- Overrides:
put in class Hashtable