Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ hasNext
Method
hasNext
classpath/java/util/EnumSet.java:133–140 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
131
}
132
133
public
boolean hasNext() {
134
int
indexOfNextValue = nextIndex();
135
if
(indexOfNextValue >= 0) {
136
return
true;
137
}
else
{
138
return
false;
139
}
140
}
141
142
public
void
remove() {
143
if
(!removeAllowed) {
Callers
1
next
Method · 0.95
Calls
1
nextIndex
Method · 0.95
Tested by
no test coverage detected