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

Method pollLast

output/java_guava/1.4.17/Sets.java:1061–1064  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1059 }
1060
1061 @Override
1062 public E pollLast() {
1063 return Iterables.removeFirstMatching(unfiltered().descendingSet(), predicate);
1064 }
1065
1066 @Override
1067 public NavigableSet<E> descendingSet() {

Callers

nothing calls this directly

Calls 3

removeFirstMatchingMethod · 0.95
unfilteredMethod · 0.95
descendingSetMethod · 0.45

Tested by

no test coverage detected