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

Method compare

base/src/main/java/net/time4j/engine/EpochDays.java:259–267  ·  view source on GitHub ↗
(
        ChronoDisplay o1,
        ChronoDisplay o2
    )

Source from the content-addressed store, hash-verified

257 }
258
259 @Override
260 public int compare(
261 ChronoDisplay o1,
262 ChronoDisplay o2
263 ) {
264
265 return o1.get(this).compareTo(o2.get(this));
266
267 }
268
269 @Override
270 public Long getDefaultMinimum() {

Callers

nothing calls this directly

Calls 2

getMethod · 0.65
compareToMethod · 0.45

Tested by

no test coverage detected