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

Method tailSet

corpus/java/training/guava/collect/Maps.java:1063–1066  ·  view source on GitHub ↗
(E fromElement)

Source from the content-addressed store, hash-verified

1061 }
1062
1063 @Override
1064 public SortedSet<E> tailSet(E fromElement) {
1065 return removeOnlySortedSet(super.tailSet(fromElement));
1066 }
1067 };
1068 }
1069

Callers 3

tailMapMethod · 0.45
tailMapMethod · 0.45
headSetImplMethod · 0.45

Calls 2

removeOnlySortedSetMethod · 0.95

Tested by

no test coverage detected