Package akka.dispatch.sysmsg
Class SystemMessageList$
- java.lang.Object
 - 
- akka.dispatch.sysmsg.SystemMessageList$
 
 
- 
public class SystemMessageList$ extends java.lang.ObjectINTERNAL APIHelper companion object for
LatestFirstSystemMessageListandEarliestFirstSystemMessageList 
- 
- 
Field Summary
Fields Modifier and Type Field Description static SystemMessageList$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description SystemMessageList$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.dispatch.sysmsg.EarliestFirstSystemMessageListENil()akka.dispatch.sysmsg.LatestFirstSystemMessageListLNil() 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final SystemMessageList$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
 -