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

Method values

classpath/java/util/HashMap.java:226–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

224 }
225
226 public Collection<V> values() {
227 return new Data.Values(new MyEntryMap());
228 }
229
230 Iterator<Entry<K, V>> iterator() {
231 return new MyIterator();

Callers 1

testHashMapMethod · 0.95

Calls

no outgoing calls

Tested by 1

testHashMapMethod · 0.76