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

Method backingSet

output/java_guava/1.4.17/Maps.java:926–929  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

924 }
925
926 @Override
927 SortedSet<K> backingSet() {
928 return (SortedSet<K>) super.backingSet();
929 }
930
931 @Override
932 public Comparator<? super K> comparator() {

Callers 7

comparatorMethod · 0.95
keySetMethod · 0.95
subMapMethod · 0.95
headMapMethod · 0.95
tailMapMethod · 0.95
firstKeyMethod · 0.95
lastKeyMethod · 0.95

Calls 1

backingSetMethod · 0.45

Tested by

no test coverage detected