Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ pollFirst
Method
pollFirst
output/java_guava/1.4.18/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
removeFirstMatching
Method · 0.95
unfiltered
Method · 0.95
Tested by
no test coverage detected