public class GenericRegistry<T extends Named> extends AbstractRegistry<String,T>
registry
inited
GenericRegistry()
GenericRegistry(Map<String,T> registry)
List<T>
instances()
List<String>
names()
void
register(T t)
contains, get, register, unregister
doInit, init
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GenericRegistry()
public GenericRegistry(Map<String,T> registry)
public void register(T t)
register
Registry<String,T extends Named>
AbstractRegistry<String,T extends Named>
public List<String> names()
public List<T> instances()
Copyright © 2022. All rights reserved.