Klasse DelegatingRegistry<K,V>

Alle implementierten Schnittstellen:
Map<K,V>, IContainer<Map.Entry<K,V>>, INotifier, INotifier.INotifier2, IDeactivateable, ILifecycle, ILifecycle.DeferrableActivation, IRegistry<K,V>
Bekannte direkte Unterklassen:
HashMapDelegatingRegistry

public abstract class DelegatingRegistry<K,V> extends Registry<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.

Autor:
Eike Stepper