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

Method subSet

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

Source from the content-addressed store, hash-verified

1558 }
1559
1560 @Override
1561 public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) {
1562 return unmodifiableNavigableSet(delegate.subSet(fromElement, fromInclusive, toElement, toInclusive));
1563 }
1564
1565 @Override
1566 public NavigableSet<E> headSet(E toElement, boolean inclusive) {

Callers

nothing calls this directly

Calls 2

subSetMethod · 0.45

Tested by

no test coverage detected