
public class ContainerMap<K,V> extends AbstractDelegator<Map.Entry<K,V>> implements IContainerMap<K,V>
container map.AbstractDelegator.DelegatingIteratorIContainer.Modifiable<E>| Constructor and Description |
|---|
ContainerMap(Map<K,V> delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
Map<K,V> |
getDelegate() |
Map.Entry<K,V>[] |
getElements() |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> t) |
V |
remove(Object key) |
int |
size() |
Collection<V> |
values() |
createEvent, dispatchEvent, fireAddedEvent, fireRemovedEventaddListener, fireEvent, fireEvent, fireEvent, fireThrowable, firstListenerAdded, getListeners, getNotificationService, hasListeners, lastListenerRemoved, removeListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListener, getListeners, hasListeners, removeListenerpublic Map<K,V> getDelegate()
getDelegate in interface IContainerMap<K,V>public boolean containsKey(Object key)
containsKey in interface Map<K,V>public boolean containsValue(Object value)
containsValue in interface Map<K,V>public Map.Entry<K,V>[] getElements()
getElements in interface IContainer<Map.Entry<K,V>>public boolean isEmpty()
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.