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

Method compare

base/src/main/java/net/time4j/Moment.java:2870–2878  ·  view source on GitHub ↗
(
            ChronoDisplay o1,
            ChronoDisplay o2
        )

Source from the content-addressed store, hash-verified

2868 }
2869
2870 @Override
2871 public int compare(
2872 ChronoDisplay o1,
2873 ChronoDisplay o2
2874 ) {
2875
2876 return o1.get(this).compareTo(o2.get(this));
2877
2878 }
2879
2880 @Override
2881 public Integer getDefaultMinimum() {

Callers

nothing calls this directly

Calls 2

getMethod · 0.65
compareToMethod · 0.45

Tested by

no test coverage detected