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

Method tailSet

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

Source from the content-addressed store, hash-verified

1089 }
1090
1091 @Override
1092 public SortedSet<E> tailSet(E fromElement) {
1093 return removeOnlySortedSet(super.tailSet(fromElement));
1094 }
1095 };
1096 }
1097

Callers 3

tailMapMethod · 0.45
tailMapMethod · 0.45
headSetImplMethod · 0.45

Calls 2

removeOnlySortedSetMethod · 0.95

Tested by

no test coverage detected