Package akka.cluster.ddata.protobuf
Class OtherMessageComparator$
- java.lang.Object
-
- akka.cluster.ddata.protobuf.OtherMessageComparator$
-
- All Implemented Interfaces:
java.util.Comparator<ReplicatorMessages.OtherMessage>
public class OtherMessageComparator$ extends java.lang.Object implements java.util.Comparator<ReplicatorMessages.OtherMessage>
-
-
Field Summary
Fields Modifier and Type Field Description static OtherMessageComparator$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description OtherMessageComparator$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(ReplicatorMessages.OtherMessage a, ReplicatorMessages.OtherMessage b)
-
-
-
Field Detail
-
MODULE$
public static final OtherMessageComparator$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
compare
public int compare(ReplicatorMessages.OtherMessage a, ReplicatorMessages.OtherMessage b)
- Specified by:
compare
in interfacejava.util.Comparator<ReplicatorMessages.OtherMessage>
-
-