com.prosyst.util.jar
Class Attributes
java.lang.Object
java.util.Dictionary
java.util.Hashtable
com.prosyst.util.jar.Attributes
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map
public class Attributes
- extends java.util.Hashtable
- Author:
- zarko
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
- See Also:
- Serialized Form
|
Method Summary |
protected void |
add(XString key,
java.lang.String val)
|
java.lang.Object |
get(java.lang.Object key)
|
protected java.lang.Object |
get0(java.lang.Object key)
|
java.util.Enumeration |
keys()
|
java.lang.Object |
put(java.lang.Object key,
java.lang.Object val)
|
protected void |
put0(XString key,
java.lang.String val)
|
protected java.util.Enumeration |
xkeys()
|
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, hashCode, isEmpty, keySet, putAll, rehash, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Attributes
public Attributes(int size,
Manifest mf)
keys
public java.util.Enumeration keys()
- Overrides:
keys in class java.util.Hashtable
put
public java.lang.Object put(java.lang.Object key,
java.lang.Object val)
- Specified by:
put in interface java.util.Map- Overrides:
put in class java.util.Hashtable
add
protected void add(XString key,
java.lang.String val)
get
public java.lang.Object get(java.lang.Object key)
- Specified by:
get in interface java.util.Map- Overrides:
get in class java.util.Hashtable
get0
protected java.lang.Object get0(java.lang.Object key)
put0
protected void put0(XString key,
java.lang.String val)
xkeys
protected java.util.Enumeration xkeys()
Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved