Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
contains
Method · 0.95
containsKey
Method · 0.95
equalsKey
Method · 0.80
remove
Method · 0.65
getKey
Method · 0.65
hashCode
Method · 0.65
Tested by
no test coverage detected