public class GenericPairRegistry<K,V,P extends Pair<K,V>> extends AbstractRegistry<K,P>
registry
inited
GenericPairRegistry()
GenericPairRegistry(Map<K,P> registry)
List<K>
keys()
List<P>
pairs()
void
register(P pair)
contains, get, register, unregister
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>>
AbstractRegistry<K,P extends Pair<K,V>>
public List<K> keys()
public List<P> pairs()
Copyright © 2022. All rights reserved.