Package akka.cluster.ddata.protobuf
Class OtherMessageComparator
- java.lang.Object
-
- akka.cluster.ddata.protobuf.OtherMessageComparator
-
public class OtherMessageComparator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OtherMessageComparator()
-
Method Summary
All Methods Static Methods Abstract Methods Concrete Methods Modifier and Type Method Description static int
compare(ReplicatorMessages.OtherMessage a, ReplicatorMessages.OtherMessage b)
abstract static boolean
equals(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
-
compare
public static int compare(ReplicatorMessages.OtherMessage a, ReplicatorMessages.OtherMessage b)
-
equals
public abstract static boolean equals(java.lang.Object x$1)
-
reversed
public static java.util.Comparator<T> reversed()
-
thenComparing
public static java.util.Comparator<T> thenComparing(java.util.Comparator<? super T> x$1)
-
thenComparing
public static <U> java.util.Comparator<T> thenComparing(java.util.function.Function<? super T,? extends U> x$1, java.util.Comparator<? super U> x$2)
-
thenComparing
public static <U extends java.lang.Comparable<? super U>> java.util.Comparator<T> thenComparing(java.util.function.Function<? super T,? extends U> x$1)
-
thenComparingInt
public static java.util.Comparator<T> thenComparingInt(java.util.function.ToIntFunction<? super T> x$1)
-
thenComparingLong
public static java.util.Comparator<T> thenComparingLong(java.util.function.ToLongFunction<? super T> x$1)
-
thenComparingDouble
public static java.util.Comparator<T> thenComparingDouble(java.util.function.ToDoubleFunction<? super T> x$1)
-
-