public class DefaultRegistry<K,V> extends DelegatingMap<K,V,Map<K,V>> implements Registry<K,V>, Function<K,V>
DELEGATE| Constructor and Description |
|---|
DefaultRegistry(String name,
String keyName,
Collection<? extends V> values,
Function<V,K> keyFn) |
| Modifier and Type | Method and Description |
|---|---|
V |
apply(K k) |
void |
clear() |
boolean |
equals(Object obj) |
V |
forKey(K key) |
int |
hashCode() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> m) |
V |
remove(Object key) |
String |
toString() |
containsKey, containsValue, entrySet, get, isEmpty, keySet, setDelegate, size, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontainsKey, containsValue, entrySet, get, isEmpty, keySet, size, valuesCopyright © 2014–2024 jsonwebtoken.io. All rights reserved.