org.apache.xalan.xsltc.compiler.util
Class MultiHashtable

java.lang.Object
  extended by java.util.Dictionary
      extended by java.util.Hashtable
          extended by org.apache.xalan.xsltc.compiler.util.MultiHashtable
All Implemented Interfaces:
Serializable, Cloneable, Map

public final class MultiHashtable
extends Hashtable

Author:
Jacek Ambroziak, Santiago Pericas-Geertsen
See Also:
Serialized Form

Constructor Summary
MultiHashtable()
           
 
Method Summary
 Object maps(Object from, Object to)
           
 Object put(Object key, Object value)
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiHashtable

public MultiHashtable()
Method Detail

put

public Object put(Object key,
                  Object value)
Specified by:
put in interface Map
Overrides:
put in class Hashtable

maps

public Object maps(Object from,
                   Object to)


Copyright ? 2005 Apache XML Project. All Rights Reserved.