MCPcopy Create free account
hub / github.com/LFYSec/MScan / compareTo

Method compareTo

src/main/java/pascal/taie/util/MutableInt.java:73–76  ·  view source on GitHub ↗
(Number number)

Source from the content-addressed store, hash-verified

71 }
72
73 @Override
74 public int compareTo(Number number) {
75 return value - number.intValue();
76 }
77
78 @Override
79 public boolean equals(Object o) {

Callers

nothing calls this directly

Calls 1

intValueMethod · 0.80

Tested by

no test coverage detected