Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ nextPath
Method
nextPath
classpath/java/util/TreeSet.java:184–186 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
182
}
183
184
private
PersistentSet.Path nextPath() {
185
return
reversed ? path.predecessor() : path.successor();
186
}
187
188
public
void
remove() {
189
if
(! canRemove) throw
new
IllegalStateException();
Callers
3
MyIterator
Method · 0.95
next
Method · 0.95
remove
Method · 0.95
Calls
2
predecessor
Method · 0.45
successor
Method · 0.45
Tested by
no test coverage detected