Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ descendingSet
Method
descendingSet
corpus/java/training/guava/collect/Maps.java:1120–1123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1118
}
1119
1120
@Override
1121
public
NavigableSet<E> descendingSet() {
1122
return
removeOnlyNavigableSet(super.descendingSet());
1123
}
1124
};
1125
}
1126
Callers
4
elementSet
Method · 0.45
descendingMap
Method · 0.45
descendingMap
Method · 0.45
descendingKeySet
Method · 0.45
Calls
1
removeOnlyNavigableSet
Method · 0.95
Tested by
no test coverage detected