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

Method descendingIterator

output/java_guava/1.4.19/Sets.java:1708–1711  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1706 }
1707
1708 @Override
1709 public Iterator<E> descendingIterator() {
1710 return forward.iterator();
1711 }
1712
1713 @Override
1714 public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) {

Callers 5

lowerMethod · 0.45
floorMethod · 0.45
descendingIteratorMethod · 0.45
descendingIteratorMethod · 0.45
iteratorMethod · 0.45

Calls 1

iteratorMethod · 0.65

Tested by

no test coverage detected