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

Method tailSet

output/java_guava/1.4.17/Sets.java:1091–1094  ·  view source on GitHub ↗
(E fromElement, boolean inclusive)

Source from the content-addressed store, hash-verified

1089 }
1090
1091 @Override
1092 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) {
1093 return filter(unfiltered().tailSet(fromElement, inclusive), predicate);
1094 }
1095 }
1096
1097 /**

Callers 2

ceilingMethod · 0.95
higherMethod · 0.95

Calls 3

unfilteredMethod · 0.95
filterMethod · 0.45
tailSetMethod · 0.45

Tested by

no test coverage detected