Package akka.cluster.ddata.protobuf
Class OtherMessageComparator
- java.lang.Object
- 
- akka.cluster.ddata.protobuf.OtherMessageComparator
 
- 
 public class OtherMessageComparator extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description OtherMessageComparator()
 - 
Method SummaryAll Methods Static Methods Abstract Methods Concrete Methods Modifier and Type Method Description static intcompare(ReplicatorMessages.OtherMessage a, ReplicatorMessages.OtherMessage b)abstract static booleanequals(java.lang.Object x$1)static java.util.Comparator<T>reversed()static java.util.Comparator<T>thenComparing(java.util.Comparator<? super T> x$1)static <U extends java.lang.Comparable<? super U>>
 java.util.Comparator<T>thenComparing(java.util.function.Function<? super T,? extends U> x$1)static <U> java.util.Comparator<T>thenComparing(java.util.function.Function<? super T,? extends U> x$1, java.util.Comparator<? super U> x$2)static java.util.Comparator<T>thenComparingDouble(java.util.function.ToDoubleFunction<? super T> x$1)static java.util.Comparator<T>thenComparingInt(java.util.function.ToIntFunction<? super T> x$1)static java.util.Comparator<T>thenComparingLong(java.util.function.ToLongFunction<? super T> x$1)
 
- 
- 
- 
Method Detail- 
comparepublic static int compare(ReplicatorMessages.OtherMessage a, ReplicatorMessages.OtherMessage b) 
 - 
equalspublic abstract static boolean equals(java.lang.Object x$1) 
 - 
reversedpublic static java.util.Comparator<T> reversed() 
 - 
thenComparingpublic static java.util.Comparator<T> thenComparing(java.util.Comparator<? super T> x$1) 
 - 
thenComparingpublic static <U> java.util.Comparator<T> thenComparing(java.util.function.Function<? super T,? extends U> x$1, java.util.Comparator<? super U> x$2)
 - 
thenComparingpublic static <U extends java.lang.Comparable<? super U>> java.util.Comparator<T> thenComparing(java.util.function.Function<? super T,? extends U> x$1) 
 - 
thenComparingIntpublic static java.util.Comparator<T> thenComparingInt(java.util.function.ToIntFunction<? super T> x$1) 
 - 
thenComparingLongpublic static java.util.Comparator<T> thenComparingLong(java.util.function.ToLongFunction<? super T> x$1) 
 - 
thenComparingDoublepublic static java.util.Comparator<T> thenComparingDouble(java.util.function.ToDoubleFunction<? super T> x$1) 
 
- 
 
-