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

Method subSet

output/java_guava/1.4.19/Sets.java:1081–1084  ·  view source on GitHub ↗
(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive)

Source from the content-addressed store, hash-verified

1079 }
1080
1081 @Override
1082 public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) {
1083 return filter(unfiltered().subSet(fromElement, fromInclusive, toElement, toInclusive), predicate);
1084 }
1085
1086 @Override
1087 public NavigableSet<E> headSet(E toElement, boolean inclusive) {

Callers

nothing calls this directly

Calls 3

unfilteredMethod · 0.95
filterMethod · 0.45
subSetMethod · 0.45

Tested by

no test coverage detected