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

Method compare

base/src/main/java/net/time4j/AmPmElement.java:72–80  ·  view source on GitHub ↗
(
        ChronoDisplay o1,
        ChronoDisplay o2
    )

Source from the content-addressed store, hash-verified

70 }
71
72 @Override
73 public int compare(
74 ChronoDisplay o1,
75 ChronoDisplay o2
76 ) {
77
78 return o1.get(this).compareTo(o2.get(this));
79
80 }
81
82 @Override
83 public Meridiem getDefaultMinimum() {

Callers

nothing calls this directly

Calls 2

getMethod · 0.65
compareToMethod · 0.45

Tested by

no test coverage detected