MCPcopy Create free account
hub / github.com/ReadyTalk/avian / remove

Method remove

classpath/java/util/LinkedHashMap.java:121–123  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

119 }
120
121 public boolean remove(Object o) {
122 return (o instanceof Entry<?,?>) && remove((Entry<?,?>)o);
123 }
124
125 public boolean remove(Entry<K, V> e) {
126 return LinkedHashMap.this.remove(e.getKey()) != null;

Callers

nothing calls this directly

Calls 2

removeMethod · 0.65
getKeyMethod · 0.65

Tested by

no test coverage detected