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

Method firstKey

corpus/java/training/guava/collect/Maps.java:3970–3973  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3968 }
3969
3970 @Override
3971 public K firstKey() {
3972 return forward().lastKey();
3973 }
3974
3975 @Override
3976 public K lastKey() {

Callers 4

firstKeyMethod · 0.45
firstMethod · 0.45
firstMethod · 0.45
lastKeyMethod · 0.45

Calls 2

forwardMethod · 0.95
lastKeyMethod · 0.45

Tested by

no test coverage detected