Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ iterator
Method
iterator
classpath/avian/PersistentSet.java:474–476 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
472
}
473
474
public
java.util.Iterator<T> iterator() {
475
return
new
Iterator(first());
476
}
477
478
private
Path<T> successor(Path<T> p) {
479
Cell<Node<T>> s = successor(p.node, p.ancestors);
Callers
1
toString
Method · 0.95
Calls
1
first
Method · 0.95
Tested by
no test coverage detected