Package org.gbif.api.util.comparators
Class EndpointCreatedComparator
java.lang.Object
org.gbif.api.util.comparators.EndpointCreatedComparator
- All Implemented Interfaces:
Serializable
,Comparator<Endpoint>
An ordering that uses the created date of an endpoint for ordering.
- See Also:
-
Field Summary
Fields -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
INSTANCE
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<Endpoint>
-