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

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

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)

maps

public Object maps(Object from,
                   Object to)


Copyright ? 2004 Apache XML Project. All Rights Reserved.