Package akka.util

Class TypedMultiMap$


  • public class TypedMultiMap$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static TypedMultiMap$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      TypedMultiMap$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T,​K>
      TypedMultiMap<T,​K>
      empty()
      Obtain the empty map for the given key type and key–value type function.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final TypedMultiMap$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • TypedMultiMap$

        public TypedMultiMap$()
    • Method Detail

      • empty

        public <T,​K> TypedMultiMap<T,​K> empty()
        Obtain the empty map for the given key type and key–value type function.