Package akka.util
Class FrequencyList$
- java.lang.Object
-
- akka.util.FrequencyList$
-
public class FrequencyList$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static FrequencyList$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description FrequencyList$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A> akka.util.FrequencyList<A>
empty(boolean dynamicAging)
<A> boolean
empty$default$1()
-
-
-
Field Detail
-
MODULE$
public static final FrequencyList$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-