| Constructor and Description |
|---|
IterableRegistry() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<T> |
iterator() |
void |
register(String name,
T object)
Registers the specified object with this registry
|
void |
unregister(String name)
Unregisters the specified object from this registry
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void register(String name, T object)
Registrypublic void unregister(String name)
Registryunregister in interface Registry<T>name - the object nameCopyright © 2023 JBoss by Red Hat. All rights reserved.