MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / remove

Method remove

vm/JavaAPI/src/java/util/Hashtable.java:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 }
69
70 public void remove() {
71 throw new IllegalStateException();
72 }
73 };
74
75 private static <K, V> Entry<K, V> newEntry(K key, V value, int hash) {

Callers 6

addCookieMethod · 0.95
getThemeMethod · 0.95
setThemePropertyMethod · 0.95
loadThemeMethod · 0.95
getThemeMethod · 0.95

Calls 6

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

Tested by

no test coverage detected