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

Method tailSet

corpus/java/training/guava/collect/Sets.java:1674–1677  ·  view source on GitHub ↗
(E fromElement, boolean inclusive)

Source from the content-addressed store, hash-verified

1672 }
1673
1674 @Override
1675 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) {
1676 return forward.headSet(fromElement, inclusive).descendingSet();
1677 }
1678
1679 @SuppressWarnings("unchecked")
1680 @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