Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ hasNext
Method
hasNext
output/java_guava/1.4.19/Sets.java:1346–1349 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1344
int
remainingSetBits = mask;
1345
1346
@Override
1347
public
boolean hasNext() {
1348
return
remainingSetBits != 0;
1349
}
1350
1351
@Override
1352
public
E next() {
Callers
4
immutableEnumSet
Method · 0.45
isEmpty
Method · 0.45
computeNext
Method · 0.45
removeAllImpl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected