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

Method pollFirst

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

Source from the content-addressed store, hash-verified

1054 }
1055
1056 @Override
1057 public E pollFirst() {
1058 return Iterables.removeFirstMatching(unfiltered(), predicate);
1059 }
1060
1061 @Override
1062 public E pollLast() {

Callers

nothing calls this directly

Calls 2

removeFirstMatchingMethod · 0.95
unfilteredMethod · 0.95

Tested by

no test coverage detected