Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ hasNext
Method
hasNext
corpus/java/training/guava/collect/Sets.java:1300–1303 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1298
int
remainingSetBits = mask;
1299
1300
@Override
1301
public
boolean hasNext() {
1302
return
remainingSetBits != 0;
1303
}
1304
1305
@Override
1306
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