Class MultiHashtable

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map

    public final class MultiHashtable
    extends java.util.Hashtable
    Author:
    Jacek Ambroziak, Santiago Pericas-Geertsen
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MultiHashtable()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object maps​(java.lang.Object from, java.lang.Object to)  
      java.lang.Object put​(java.lang.Object key, java.lang.Object value)  
      • Methods inherited from class java.util.Hashtable

        clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, 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 java.lang.Object put​(java.lang.Object key,
                                    java.lang.Object value)
        Specified by:
        put in interface java.util.Map
        Overrides:
        put in class java.util.Hashtable
      • maps

        public java.lang.Object maps​(java.lang.Object from,
                                     java.lang.Object to)