MCPcopy Create free account
hub / github.com/davidgiven/luje / remove

Method remove

lib/java/util/HashMap.java:532–536  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

530 }
531
532 @Override
533 public boolean remove(Object key) {
534 Entry<K, V> entry = HashMap.this.removeEntry(key);
535 return entry != null;
536 }
537
538 @Override
539 public Iterator<K> iterator() {

Callers

nothing calls this directly

Calls 1

removeEntryMethod · 0.95

Tested by

no test coverage detected