Uses of Interface
org.eclipse.net4j.util.registry.IRegistry

Packages that use IRegistry
org.eclipse.net4j.util.container A framework of notifying collections and wiring containers. 
org.eclipse.net4j.util.registry Interfaces and classes for general purpose registries. 
 

Uses of IRegistry in org.eclipse.net4j.util.container
 

Methods in org.eclipse.net4j.util.container that return IRegistry
protected  IRegistry<IFactoryKey,IFactory> ManagedContainer.createFactoryRegistry()
           
 IRegistry<IFactoryKey,IFactory> IManagedContainer.getFactoryRegistry()
           
 IRegistry<IFactoryKey,IFactory> ManagedContainer.getFactoryRegistry()
           
 

Uses of IRegistry in org.eclipse.net4j.util.registry
 

Classes in org.eclipse.net4j.util.registry that implement IRegistry
 class 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.
 class HashMapDelegatingRegistry<K,V>
           
 class HashMapRegistry<K,V>
           
 class Registry<K,V>
           
 class UnmodifiableRegistry<K,V>
           
 

Methods in org.eclipse.net4j.util.registry that return IRegistry
<K,V> IRegistry<K,V>
RegistryUtil.unmodifiableRegistry(IRegistry<K,V> registry)
           
 

Methods in org.eclipse.net4j.util.registry with parameters of type IRegistry
<K,V> IRegistry<K,V>
RegistryUtil.unmodifiableRegistry(IRegistry<K,V> registry)
           
 

Constructors in org.eclipse.net4j.util.registry with parameters of type IRegistry
DelegatingRegistry(IRegistry<K,V> delegate)
           
DelegatingRegistry(IRegistry<K,V> delegate, boolean autoCommit)
           
HashMapDelegatingRegistry(IRegistry<K,V> delegate)
           
HashMapDelegatingRegistry(IRegistry<K,V> delegate, int initialCapacity)
           
HashMapDelegatingRegistry(IRegistry<K,V> delegate, int initialCapacity, float loadFactor)
           
HashMapDelegatingRegistry(IRegistry<K,V> delegate, Map<? extends K,? extends V> m)
           
UnmodifiableRegistry(IRegistry<K,V> delegate)
           
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.