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

Method headSet

output/java_guava/1.4.17/Sets.java:1086–1089  ·  view source on GitHub ↗
(E toElement, boolean inclusive)

Source from the content-addressed store, hash-verified

1084 }
1085
1086 @Override
1087 public NavigableSet<E> headSet(E toElement, boolean inclusive) {
1088 return filter(unfiltered().headSet(toElement, inclusive), predicate);
1089 }
1090
1091 @Override
1092 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) {

Callers 2

lowerMethod · 0.95
floorMethod · 0.95

Calls 3

unfilteredMethod · 0.95
filterMethod · 0.45
headSetMethod · 0.45

Tested by

no test coverage detected