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

Method descendingSet

output/java_guava/1.4.18/Sets.java:1703–1706  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1701 }
1702
1703 @Override
1704 public NavigableSet<E> descendingSet() {
1705 return forward;
1706 }
1707
1708 @Override
1709 public Iterator<E> descendingIterator() {

Callers 6

pollLastMethod · 0.45
descendingSetMethod · 0.45
descendingSetMethod · 0.45
subSetMethod · 0.45
headSetMethod · 0.45
tailSetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected