Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ unmodifiableMap
Method
unmodifiableMap
classpath/java/util/Collections.java:610–612 ·
view source on GitHub ↗
(Map<K,V> m)
Source
from the content-addressed store, hash-verified
608
}
609
610
public
static
<K,V> Map<K,V> unmodifiableMap(Map<K,V> m) {
611
return
new
UnmodifiableMap<K, V>(m);
612
}
613
614
static
class
UnmodifiableMap<K, V> implements Map<K, V> {
615
private
Map<K, V> inner;
Callers
2
ZipOutputStreamTest
Class · 0.95
testValues
Method · 0.80
Calls
no outgoing calls
Tested by
1
testValues
Method · 0.64