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

Method pollFirst

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

Source from the content-addressed store, hash-verified

3800 }
3801
3802 @Override
3803 public K pollFirst() {
3804 return keyOrNull(map().pollFirstEntry());
3805 }
3806
3807 @Override
3808 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