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

Method first

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

Source from the content-addressed store, hash-verified

3694 }
3695
3696 @Override
3697 public K first() {
3698 return map().firstKey();
3699 }
3700
3701 @Override
3702 public K last() {

Callers 4

firstKeyMethod · 0.45
firstKeyMethod · 0.45
containsAllMethod · 0.45
getDeclaredAnnotationMethod · 0.45

Calls 2

mapMethod · 0.95
firstKeyMethod · 0.45

Tested by

no test coverage detected