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

Method pollLast

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

Source from the content-addressed store, hash-verified

3741 }
3742
3743 @Override
3744 public K pollLast() {
3745 return keyOrNull(map().pollLastEntry());
3746 }
3747
3748 @Override
3749 public NavigableSet<K> descendingSet() {

Callers

nothing calls this directly

Calls 3

mapMethod · 0.95
pollLastEntryMethod · 0.65
keyOrNullMethod · 0.45

Tested by

no test coverage detected