MCPcopy Create free account
hub / github.com/antlr/codebuff / descendingSet

Method descendingSet

output/java_guava/1.4.19/Maps.java:3816–3819  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3814 }
3815
3816 @Override
3817 public NavigableSet<K> descendingSet() {
3818 return map().descendingKeySet();
3819 }
3820
3821 @Override
3822 public Iterator<K> descendingIterator() {

Callers 1

descendingIteratorMethod · 0.95

Calls 2

mapMethod · 0.95
descendingKeySetMethod · 0.45

Tested by

no test coverage detected