MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / compareTo

Method compareTo

vm/JavaAPI/src/java/lang/Float.java:284–286  ·  view source on GitHub ↗
(Float another)

Source from the content-addressed store, hash-verified

282 }
283
284 public int compareTo(Float another) {
285 return compare(value, another.value);
286 }
287}

Callers

nothing calls this directly

Calls 1

compareMethod · 0.95

Tested by

no test coverage detected