org.eclipse.net4j.util.registry
Class HashMapRegistry<K,V>
java.lang.Object
org.eclipse.net4j.util.event.Notifier
org.eclipse.net4j.util.lifecycle.Lifecycle
org.eclipse.net4j.util.container.Container<java.util.Map.Entry<K,V>>
org.eclipse.net4j.util.registry.Registry<K,V>
org.eclipse.net4j.util.registry.HashMapRegistry<K,V>
- All Implemented Interfaces:
- java.util.Map<K,V>, IContainer<java.util.Map.Entry<K,V>>, INotifier, INotifier.Introspection, ILifecycle, ILifecycle.Introspection, IRegistry<K,V>
public class HashMapRegistry<K,V>
- extends Registry<K,V>
Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
Method Summary |
protected java.util.Map<K,V> |
getMap()
|
Methods inherited from class org.eclipse.net4j.util.registry.Registry |
autoCommit, clear, commit, commit, containsKey, containsValue, deregister, entrySet, get, getElements, getTransaction, isAutoCommit, isEmpty, keySet, put, putAll, register, remove, setAutoCommit, size, toString, values |
Methods inherited from class org.eclipse.net4j.util.lifecycle.Lifecycle |
activate, checkActive, checkArg, checkArg, checkInactive, checkNull, checkState, checkState, deactivate, deferredActivate, deferredDeactivate, doActivate, doBeforeActivate, doBeforeDeactivate, doDeactivate, dump, getLifecycleState, isActive, isDeferredActivation, isDeferredDeactivation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
HashMapRegistry
public HashMapRegistry()
HashMapRegistry
public HashMapRegistry(int initialCapacity)
HashMapRegistry
public HashMapRegistry(int initialCapacity,
float loadFactor)
HashMapRegistry
public HashMapRegistry(java.util.Map<? extends K,? extends V> m)
getMap
protected java.util.Map<K,V> getMap()
- Specified by:
getMap
in class Registry<K,V>