public class DeltaComparator extends Object implements Comparator<Delta<?>>, Serializable
Modifier and Type | Field and Description |
---|---|
static Comparator<Delta<?>> |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
int |
compare(Delta<?> a,
Delta<?> b) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public static final Comparator<Delta<?>> INSTANCE
public int compare(Delta<?> a, Delta<?> b)
compare
in interface Comparator<Delta<?>>
Copyright © 2014–2019 AssertJ. All rights reserved.