Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ descendingSet
Method
descendingSet
output/java_guava/1.4.17/Sets.java:1703–1706 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1701
}
1702
1703
@Override
1704
public
NavigableSet<E> descendingSet() {
1705
return
forward;
1706
}
1707
1708
@Override
1709
public
Iterator<E> descendingIterator() {
Callers
6
pollLast
Method · 0.45
descendingSet
Method · 0.45
descendingSet
Method · 0.45
subSet
Method · 0.45
headSet
Method · 0.45
tailSet
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected