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

Method descendingIterator

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

Source from the content-addressed store, hash-verified

3819 }
3820
3821 @Override
3822 public Iterator<K> descendingIterator() {
3823 return descendingSet().iterator();
3824 }
3825
3826 @Override
3827 public NavigableSet<K> subSet(K fromElement, boolean fromInclusive, K toElement, boolean toInclusive) {

Callers

nothing calls this directly

Calls 2

descendingSetMethod · 0.95
iteratorMethod · 0.65

Tested by

no test coverage detected