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