Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ hasNext
Method
hasNext
classpath/avian/PersistentSet.java:580–582 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
578
}
579
580
public
boolean hasNext() {
581
return
path != null;
582
}
583
584
public
T next() {
585
PersistentSet.Path<T> p = path;
Callers
1
toString
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected