public class HashMapDelegatingRegistry<K,V> extends DelegatingRegistry<K,V>
Registry.Transaction
IContainer.Modifiable<E>, IContainer.Persistable<E>, IContainer.Persistence<E>
ILifecycle.DeferrableActivation
Constructor and Description |
---|
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,
java.util.Map<? extends K,? extends V> m) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<K,V> |
getMap() |
deregister, entrySet, get, keySet, mergedEntrySet, mergedKeySet, mergedValues, register, values
autoCommit, clear, commit, commit, containsKey, containsValue, getElements, getTransaction, isAutoCommit, isEmpty, put, putAll, remove, setAutoCommit, size, toString
fireContainerEvent, fireContainerEvent, fireContainerEvent, fireElementAddedEvent, fireElementRemovedEvent, fireElementsAddedEvent, fireElementsRemovedEvent, fireEvent, newContainerEvent, newContainerEvent
activate, checkActive, checkArg, checkArg, checkInactive, checkNull, checkState, checkState, deactivate, deferredActivate, doActivate, doAfterActivate, doBeforeActivate, doBeforeDeactivate, doDeactivate, dump, getLifecycleState, isActive, isDeferredActivation
addListener, fireEvent, fireEvent, fireThrowable, firstListenerAdded, getListeners, getNotificationService, hasListeners, lastListenerRemoved, removeListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
addListener, getListeners, hasListeners, removeListener
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html