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

Method onKeys

output/java_guava/1.4.19/Ordering.java:430–432  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

428 }
429
430 <T2 extends T> Ordering<Map.Entry<T2, ?>> onKeys() {
431 return onResultOf(Maps.<T2>keyFunction());
432 }
433
434 /**
435 * Returns an ordering which first uses the ordering {@code this}, but which

Callers 3

buildMethod · 0.45
buildMethod · 0.45
fromEntriesMethod · 0.45

Calls 2

onResultOfMethod · 0.95
keyFunctionMethod · 0.95

Tested by

no test coverage detected