MCPcopy Index your code
hub / github.com/antlr/codebuff / descendingSet

Method descendingSet

output/java_guava/1.4.17/Sets.java:1066–1069  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1064 }
1065
1066 @Override
1067 public NavigableSet<E> descendingSet() {
1068 return Sets.filter(unfiltered().descendingSet(), predicate);
1069 }
1070
1071 @Override
1072 public Iterator<E> descendingIterator() {

Callers

nothing calls this directly

Calls 3

filterMethod · 0.95
unfilteredMethod · 0.95
descendingSetMethod · 0.45

Tested by

no test coverage detected