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

Method keySet

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

Source from the content-addressed store, hash-verified

974 }
975
976 @Override
977 public Set<K> keySet() {
978 return removeOnlySortedSet(backingSet());
979 }
980
981 @Override
982 public SortedMap<K, V> subMap(@ParametricNullness K fromKey, @ParametricNullness K toKey) {

Callers

nothing calls this directly

Calls 2

backingSetMethod · 0.95
removeOnlySortedSetMethod · 0.45

Tested by

no test coverage detected