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

Method subSet

output/java_guava/1.4.17/Sets.java:1713–1716  ·  view source on GitHub ↗
(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive)

Source from the content-addressed store, hash-verified

1711 }
1712
1713 @Override
1714 public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) {
1715 return forward.subSet(toElement, toInclusive, fromElement, fromInclusive).descendingSet();
1716 }
1717
1718 @Override
1719 public NavigableSet<E> headSet(E toElement, boolean inclusive) {

Callers

nothing calls this directly

Calls 3

descendingSetMethod · 0.45
subSetMethod · 0.45
standardSubSetMethod · 0.45

Tested by

no test coverage detected