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

Method tailSet

output/java_guava/1.4.17/Sets.java:1723–1726  ·  view source on GitHub ↗
(E fromElement, boolean inclusive)

Source from the content-addressed store, hash-verified

1721 }
1722
1723 @Override
1724 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) {
1725 return forward.headSet(fromElement, inclusive).descendingSet();
1726 }
1727
1728 @SuppressWarnings("unchecked")
1729 @Override

Callers 5

tailSetMethod · 0.45
tailSetMethod · 0.45
tailSetMethod · 0.45
headSetMethod · 0.45
subSetMethod · 0.45

Calls 3

descendingSetMethod · 0.45
headSetMethod · 0.45
standardTailSetMethod · 0.45

Tested by

no test coverage detected