Interface | Description |
---|---|
Registry<K,V> |
Interface that defines a registry.
|
Registry.Entry<K,V> |
Interface that represents a registry entry.
|
Registry.RegistryMapper<K,V> |
Interface for mapping a registry to a key.
|
Class | Description |
---|---|
MapRegistry<K,V> |
A simple registry that uses a
Map as the storage. |
RegistryEntry<K,V> |
Represents an entry in a registry.
|