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

Method firstKey

output/java_guava/1.4.19/Maps.java:4040–4043  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4038 }
4039
4040 @Override
4041 public K firstKey() {
4042 return forward().lastKey();
4043 }
4044
4045 @Override
4046 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