Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTSDB/asynchbase
/ hasNext
Method
hasNext
src/SingletonList.java:219–222 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
217
}
218
219
@Override
220
public
boolean hasNext() {
221
return
!returned;
222
}
223
224
@Override
225
public
E next() {
Callers
1
call
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected