All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.www.pics.PropertySet

java.lang.Object
   |
   +----java.util.Dictionary
           |
           +----java.util.Hashtable
                   |
                   +----w3c.www.pics.PropertySet

public class PropertySet
extends Hashtable

Constructor Index

 o PropertySet(Dictionary)

Method Index

 o get(Object)
 o putWithMap(Object, Object, Dictionary)

Constructors

 o PropertySet
 public PropertySet(Dictionary defaults)

Methods

 o putWithMap
 public Object putWithMap(Object key,
                          Object value,
                          Dictionary mappers) throws PICSParserException
 o get
 public Object get(Object key)
Overrides:
get in class Hashtable

All Packages  Class Hierarchy  This Package  Previous  Next  Index