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

Method firstKey

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

Source from the content-addressed store, hash-verified

925 }
926
927 @Override
928 public K firstKey() {
929 return backingSet().first();
930 }
931
932 @Override
933 public K lastKey() {

Callers

nothing calls this directly

Calls 2

backingSetMethod · 0.95
firstMethod · 0.45

Tested by

no test coverage detected