Package akka.util

Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final FrequencyList$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • FrequencyList$

        public FrequencyList$()
    • Method Detail

      • empty

        public <A> akka.util.FrequencyList<A> empty​(boolean dynamicAging)
      • empty$default$1

        public <A> boolean empty$default$1()