MCPcopy
hub / github.com/google/guava / pollFirst

Method pollFirst

guava/src/com/google/common/collect/Maps.java:4017–4020  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4015 }
4016
4017 @Override
4018 public @Nullable K pollFirst() {
4019 return keyOrNull(map().pollFirstEntry());
4020 }
4021
4022 @Override
4023 public @Nullable K pollLast() {

Callers

nothing calls this directly

Calls 3

mapMethod · 0.95
pollFirstEntryMethod · 0.65
keyOrNullMethod · 0.45

Tested by

no test coverage detected