Uses of Interface
org.eclipse.net4j.util.registry.IRegistry
Package
Description
A framework of notifying collections and wiring containers.
A framework to describe and access properties of POJOs and to support Eclipse
property testers
and
IPropertySources
in a uniform way.Interfaces and classes for general purpose registries.
-
Uses of IRegistry in org.eclipse.net4j.util.container
Modifier and TypeMethodDescriptionprotected IRegistry<IFactoryKey,
IFactory> ManagedContainer.createFactoryRegistry()
IManagedContainer.getFactoryRegistry()
ManagedContainer.getFactoryRegistry()
-
Uses of IRegistry in org.eclipse.net4j.util.properties
Modifier and TypeMethodDescriptionPropertiesContainerUtil.getProperties
(Object object) IPropertiesContainer.properties()
-
Uses of IRegistry in org.eclipse.net4j.util.registry
Modifier and TypeClassDescriptionclass
DelegatingRegistry<K,
V> Implementation note: AbstractDelegatingRegistry does not preserve the "modifyable view" contract ofMap.entrySet()
as well as ofMap.keySet()
, i.e.class
class
HashMapRegistry<K,
V> static class
class
Registry<K,
V> class
UnmodifiableRegistry<K,
V> Modifier and TypeMethodDescription<K,
V> IRegistry<K, V> RegistryUtil.unmodifiableRegistry
(IRegistry<K, V> registry) Modifier and TypeMethodDescription<K,
V> IRegistry<K, V> RegistryUtil.unmodifiableRegistry
(IRegistry<K, V> registry) ModifierConstructorDescriptionDelegatingRegistry
(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) UnmodifiableRegistry
(IRegistry<K, V> delegate)