MCPcopy Create free account
hub / github.com/ReadyTalk/avian / keySet

Method keySet

classpath/java/util/Collections.java:645–647  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

643 }
644
645 public Set<K> keySet() {
646 return unmodifiableSet(inner.keySet());
647 }
648
649 public V put(K key, V value) {
650 throw new UnsupportedOperationException();

Callers

nothing calls this directly

Calls 2

unmodifiableSetMethod · 0.80
keySetMethod · 0.65

Tested by

no test coverage detected