akka.util
Class SubclassifiedIndex$

java.lang.Object
  extended by akka.util.SubclassifiedIndex$

public class SubclassifiedIndex$
extends java.lang.Object


Field Summary
static SubclassifiedIndex$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
SubclassifiedIndex$()
           
 
Method Summary
<K,V> scala.collection.immutable.Map<K,scala.collection.immutable.Set<V>>
emptyMergeMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final SubclassifiedIndex$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

SubclassifiedIndex$

public SubclassifiedIndex$()
Method Detail

emptyMergeMap

public <K,V> scala.collection.immutable.Map<K,scala.collection.immutable.Set<V>> emptyMergeMap()