| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected IRegistry<IFactoryKey,IFactory> |
ManagedContainer.createFactoryRegistry() |
IRegistry<IFactoryKey,IFactory> |
IManagedContainer.getFactoryRegistry() |
IRegistry<IFactoryKey,IFactory> |
ManagedContainer.getFactoryRegistry() |
| Modifier and Type | Class and Description |
|---|---|
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> |
| Modifier and Type | Method and Description |
|---|---|
<K,V> IRegistry<K,V> |
RegistryUtil.unmodifiableRegistry(IRegistry<K,V> registry) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> IRegistry<K,V> |
RegistryUtil.unmodifiableRegistry(IRegistry<K,V> registry) |
| Constructor and Description |
|---|
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.