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

Method firstKey

output/java_guava/1.4.17/Maps.java:956–959  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

954 }
955
956 @Override
957 public K firstKey() {
958 return backingSet().first();
959 }
960
961 @Override
962 public K lastKey() {

Callers

nothing calls this directly

Calls 2

backingSetMethod · 0.95
firstMethod · 0.45

Tested by

no test coverage detected