MCPcopy Create free account
hub / github.com/MenoData/Time4J / compare

Method compare

base/src/main/java/net/time4j/engine/TimeAxis.java:423–431  ·  view source on GitHub ↗
(
        T first,
        T second
    )

Source from the content-addressed store, hash-verified

421 * @since 3.25/4.21
422 */
423 @Override
424 public int compare(
425 T first,
426 T second
427 ) {
428
429 return first.compareTo(second);
430
431 }
432
433 /**
434 * <p>Yields the minimum of this time axis. </p>

Callers

nothing calls this directly

Calls 1

compareToMethod · 0.45

Tested by

no test coverage detected