fr.pixware.util
Class PropertySet
java.lang.Object
fr.pixware.util.PropertySet
public abstract class PropertySet
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
properties
protected LinearHashtable properties
PropertySet
public PropertySet()
putProperty
public java.lang.Object putProperty(java.lang.Object key,
java.lang.Object value)
removeProperty
public java.lang.Object removeProperty(java.lang.Object key)
removeAllProperties
public void removeAllProperties()
hasProperty
public boolean hasProperty(java.lang.Object key)
getProperty
public java.lang.Object getProperty(java.lang.Object key)
getPropertyCount
public int getPropertyCount()
getProperties
public java.util.Enumeration getProperties()