Package akka.util
Class SubclassifiedIndex$
- java.lang.Object
-
- akka.util.SubclassifiedIndex$
-
public class SubclassifiedIndex$ extends java.lang.Object
True if and only if x is a subclass of y; equal classes must be considered sub-classes!
-
-
Field Summary
Fields Modifier and Type Field Description static SubclassifiedIndex$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SubclassifiedIndex$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <K,V>
scala.collection.immutable.Map<K,scala.collection.immutable.Set<V>>emptyMergeMap()
-
-
-
Field Detail
-
MODULE$
public static final SubclassifiedIndex$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-