Class ChronoLocalDateTimeComparator
java.lang.Object
org.assertj.core.internal.DescribableComparator<ChronoLocalDateTime<?>>
org.assertj.core.internal.ChronoLocalDateTimeComparator
- All Implemented Interfaces:
Comparator<ChronoLocalDateTime<?>>
-
Method Summary
Modifier and TypeMethodDescriptionintcompare(ChronoLocalDateTime<?> date1, ChronoLocalDateTime<?> date2) Methods inherited from class DescribableComparator
toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Method Details
-
getInstance
-
description
- Specified by:
descriptionin classDescribableComparator<ChronoLocalDateTime<?>>
-
compare
-