Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ add
Method
add
classpath/java/util/LinkedHashMap.java:117–119 ·
view source on GitHub ↗
(Entry<K, V> e)
Source
from the content-addressed store, hash-verified
115
}
116
117
public
boolean add(Entry<K, V> e) {
118
return
put(e.getKey(), e.getValue()) != null;
119
}
120
121
public
boolean remove(Object o) {
122
return
(o instanceof Entry<?,?>) && remove((Entry<?,?>)o);
Callers
nothing calls this directly
Calls
3
put
Method · 0.65
getKey
Method · 0.65
getValue
Method · 0.65
Tested by
no test coverage detected