Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ get
Method
get
lib/java/util/Hashtable.java:405–407 ·
view source on GitHub ↗
(MapEntry<K, V> entry)
Source
from the content-addressed store, hash-verified
403
}
404
return
new
HashEnumIterator<V>(
new
MapEntry.Type<V, K, V>() {
405
public
V get(MapEntry<K, V> entry) {
406
return
entry.value;
407
}
408
}, true);
409
}
410
Callers
nothing calls this directly
Calls
2
equalsKey
Method · 0.80
hashCode
Method · 0.65
Tested by
no test coverage detected