MCPcopy
hub / github.com/google/guava / backingSet

Method backingSet

guava/src/com/google/common/collect/Maps.java:966–969  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

964 }
965
966 @Override
967 SortedSet<K> backingSet() {
968 return (SortedSet<K>) super.backingSet();
969 }
970
971 @Override
972 public @Nullable 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