public class GenericPairRegistry<K,V,P extends Pair<K,V>> extends AbstractInitializable implements Registry<K,P>
inited
GenericPairRegistry()
GenericPairRegistry(Map<K,P> registry)
P
get(K key)
List<K>
keys()
List<P>
pairs()
void
register(K key, P t)
register(P pair)
doInit, init
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GenericPairRegistry()
public GenericPairRegistry(Map<K,P> registry)
public void register(P pair)
register
Registry<K,P extends Pair<K,V>>
public void register(K key, P t)
public P get(K key)
get
Factory<K,P extends Pair<K,V>>
Supplier<K,P extends Pair<K,V>>
public List<K> keys()
public List<P> pairs()
Copyright © 2022. All rights reserved.