akka.util
Class Collections$

java.lang.Object
  extended by akka.util.Collections$

public class Collections$
extends java.lang.Object

INTERNAL API


Field Summary
static Collections$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Collections$()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final Collections$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Collections$

public Collections$()