See: Description

| Interface | Description |
|---|---|
| IRegistry<K,V> |
| Class | Description |
|---|---|
| DelegatingRegistry<K,V> |
Implementation note: AbstractDelegatingRegistry does not preserve the "modifyable view" contract of
Map.entrySet() as well as of Map.keySet(), i.e. they are disconnected sets and modifications applied
to them are not applied to their underlying AbstractDelegatingRegistry. |
| HashMapDelegatingRegistry<K,V> | |
| HashMapRegistry<K,V> | |
| Registry<K,V> | |
| RegistryUtil | |
| UnmodifiableRegistry<K,V> |
Map but has some additional features:
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.