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

Method pollLast

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

Source from the content-addressed store, hash-verified

3805 }
3806
3807 @Override
3808 public K pollLast() {
3809 return keyOrNull(map().pollLastEntry());
3810 }
3811
3812 @Override
3813 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