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

Method compare

output/java_guava/1.4.18/Ordering.java:506–508  ·  view source on GitHub ↗
(@Nullable T left, @Nullable T right)

Source from the content-addressed store, hash-verified

504 // Override to add @Nullable
505
506 @CanIgnoreReturnValue // TODO(kak): Consider removing this
507 @Override
508 public abstract int compare(@Nullable T left, @Nullable T right);
509
510 /**
511 * Returns the least of the specified values according to this ordering. If

Callers 6

minMethod · 0.95
maxMethod · 0.95
leastOfMethod · 0.95
partitionMethod · 0.95
isOrderedMethod · 0.95
isStrictlyOrderedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected