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

Method descendingIterator

output/java_guava/1.4.17/Maps.java:3817–3820  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3815 }
3816
3817 @Override
3818 public Iterator<K> descendingIterator() {
3819 return descendingSet().iterator();
3820 }
3821
3822 @Override
3823 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