Class OtherMessageComparator$
- java.lang.Object
 - 
- org.apache.pekko.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 intcompare(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:
 comparein interfacejava.util.Comparator<ReplicatorMessages.OtherMessage>
 
 - 
 
 -