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

Method pollFirst

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

Source from the content-addressed store, hash-verified

3804 }
3805
3806 @Override
3807 public K pollFirst() {
3808 return keyOrNull(map().pollFirstEntry());
3809 }
3810
3811 @Override
3812 public K pollLast() {

Callers

nothing calls this directly

Calls 3

mapMethod · 0.95
pollFirstEntryMethod · 0.65
keyOrNullMethod · 0.45

Tested by

no test coverage detected