MCPcopy Create free account
hub / github.com/apache/sirona / compareTo

Method compareTo

api/src/main/java/org/apache/sirona/counters/Unit.java:175–177  ·  view source on GitHub ↗
(Unit o)

Source from the content-addressed store, hash-verified

173 }
174
175 public int compareTo(Unit o) {
176 return scale < o.scale ? -1 : 1;
177 }
178
179 public String toString() {
180 return name;

Callers 2

compareMethod · 0.45
compareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected