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

Method compare

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

Source from the content-addressed store, hash-verified

2730 }
2731
2732 @Override
2733 public int compare(
2734 ChronoDisplay o1,
2735 ChronoDisplay o2
2736 ) {
2737
2738 return o1.get(this).compareTo(o2.get(this));
2739
2740 }
2741
2742 @Override
2743 public Long getDefaultMinimum() {

Callers

nothing calls this directly

Calls 2

getMethod · 0.65
compareToMethod · 0.45

Tested by

no test coverage detected