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

Method headSet

corpus/java/training/guava/collect/Sets.java:1669–1672  ·  view source on GitHub ↗
(E toElement, boolean inclusive)

Source from the content-addressed store, hash-verified

1667 }
1668
1669 @Override
1670 public NavigableSet<E> headSet(E toElement, boolean inclusive) {
1671 return forward.tailSet(toElement, inclusive).descendingSet();
1672 }
1673
1674 @Override
1675 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) {

Callers 6

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

Calls 3

descendingSetMethod · 0.45
tailSetMethod · 0.45
standardHeadSetMethod · 0.45

Tested by

no test coverage detected