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

Method remove

lib/java/util/Hashtable.java:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 }
75
76 public void remove() {
77 throw new IllegalStateException();
78 }
79 };
80
81 private static <K, V> Entry<K, V> newEntry(K key, V value, int hash) {

Callers

nothing calls this directly

Calls 6

containsMethod · 0.95
containsKeyMethod · 0.95
equalsKeyMethod · 0.80
removeMethod · 0.65
getKeyMethod · 0.65
hashCodeMethod · 0.65

Tested by

no test coverage detected