Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ next
Method
next
classpath/avian/PersistentSet.java:584–588 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
582
}
583
584
public
T next() {
585
PersistentSet.Path<T> p = path;
586
path = path.successor();
587
return
p.value();
588
}
589
590
public
void
remove() {
591
throw
new
UnsupportedOperationException();
Callers
1
toString
Method · 0.95
Calls
2
successor
Method · 0.45
value
Method · 0.45
Tested by
no test coverage detected