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

Method compare

corpus/java/training/guava/collect/Ordering.java:492–494  ·  view source on GitHub ↗
(@Nullable T left, @Nullable T right)

Source from the content-addressed store, hash-verified

490
491 // Override to add @Nullable
492 @CanIgnoreReturnValue // TODO(kak): Consider removing this
493 @Override
494 public abstract int compare(@Nullable T left, @Nullable T right);
495
496 /**
497 * Returns the least of the specified values according to this ordering. If

Callers 15

minMethod · 0.95
maxMethod · 0.95
leastOfMethod · 0.95
partitionMethod · 0.95
isOrderedMethod · 0.95
isStrictlyOrderedMethod · 0.95
subMultisetMethod · 0.45
subMapMethod · 0.45
createCollectionMethod · 0.45
compareElementsMethod · 0.45
crossOverUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected