Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ descendingIterator
Method
descendingIterator
classpath/java/util/TreeSet.java:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
public
Iterator<T> descendingIterator() {
60
return
new
MyIterator<T>(set.last(), true);
61
}
62
63
public
String toString() {
64
return
avian.Data.toString(this);
Callers
1
descendingIterator
Method · 0.95
Calls
1
last
Method · 0.65
Tested by
1
descendingIterator
Method · 0.76