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<Map.Entry<K,V>>
org.eclipse.net4j.util.registry.Registry<K,V>
org.eclipse.net4j.util.registry.HashMapRegistry<K,V>
- All Implemented Interfaces:
- Map<K,V>, IContainer<Map.Entry<K,V>>, INotifier, ILifecycle, ILifecycle.DeferrableActivation, IRegistry<K,V>
- public class HashMapRegistry<K,V>
- extends Registry<K,V>
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
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, doActivate, doAfterActivate, doBeforeActivate, doBeforeDeactivate, doDeactivate, dump, getLifecycleState, isActive, isDeferredActivation |
HashMapRegistry
public HashMapRegistry()
HashMapRegistry
public HashMapRegistry(int initialCapacity)
HashMapRegistry
public HashMapRegistry(int initialCapacity,
float loadFactor)
HashMapRegistry
public HashMapRegistry(Map<? extends K,? extends V> m)
getMap
protected Map<K,V> getMap()
- Specified by:
getMap
in class Registry<K,V>
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.