public class DelegatingMapMutator<K,V,D extends Map<K,V>,T extends MapMutator<K,V,T>> extends DelegatingMap<K,V,D> implements MapMutator<K,V,T>
DELEGATE| Modifier | Constructor and Description |
|---|---|
protected |
DelegatingMapMutator(D delegate) |
| Modifier and Type | Method and Description |
|---|---|
T |
add(K key,
V value) |
T |
add(Map<? extends K,? extends V> m) |
T |
delete(K key) |
T |
empty() |
protected T |
self() |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, setDelegate, size, valuesprotected DelegatingMapMutator(D delegate)
protected final T self()
public T empty()
empty in interface MapMutator<K,V,T extends MapMutator<K,V,T>>public T add(K key, V value)
add in interface MapMutator<K,V,T extends MapMutator<K,V,T>>public T add(Map<? extends K,? extends V> m)
add in interface MapMutator<K,V,T extends MapMutator<K,V,T>>Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.