MCPcopy Create free account
hub / github.com/jwtk/jjwt / remove

Method remove

impl/src/main/java/io/jsonwebtoken/impl/ParameterMap.java:199–204  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

197 }
198
199 @Override
200 public Object remove(Object key) {
201 assertMutable();
202 this.idiomaticValues.remove(key);
203 return this.values.remove(key);
204 }
205
206 @Override
207 public void putAll(Map<? extends String, ?> m) {

Callers 2

nullSafePutMethod · 0.95
applyMethod · 0.95

Calls 2

assertMutableMethod · 0.95
removeMethod · 0.65

Tested by

no test coverage detected