MCPcopy Create free account
hub / github.com/antlr/codebuff / compare

Method compare

output/java_guava/1.4.17/TreeBasedTable.java:209–214  ·  view source on GitHub ↗
(Object a, Object b)

Source from the content-addressed store, hash-verified

207 }
208
209 int compare(Object a, Object b) {
210 // pretend we can compare anything
211 @SuppressWarnings({"rawtypes", "unchecked"})
212 Comparator<Object> cmp = (Comparator) comparator();
213 return cmp.compare(a, b);
214 }
215
216
217 boolean rangeContains(@Nullable Object o) {

Callers 3

TreeRowMethod · 0.95
rangeContainsMethod · 0.95
computeNextMethod · 0.45

Calls 1

comparatorMethod · 0.95

Tested by

no test coverage detected