Package akka.actor.dungeon
Class ChildrenContainer.NormalChildrenContainer$
- java.lang.Object
-
- akka.actor.dungeon.ChildrenContainer.NormalChildrenContainer$
-
- Enclosing interface:
- ChildrenContainer
public static class ChildrenContainer.NormalChildrenContainer$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ChildrenContainer.NormalChildrenContainer$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description NormalChildrenContainer$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChildrenContainer
apply(scala.collection.immutable.TreeMap<java.lang.String,ChildStats> c)
-
-
-
Field Detail
-
MODULE$
public static final ChildrenContainer.NormalChildrenContainer$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public ChildrenContainer apply(scala.collection.immutable.TreeMap<java.lang.String,ChildStats> c)
-
-