org.eclipse.net4j.util.container.delegate
Interface IContainerMap<K,V>

All Superinterfaces:
IContainer<Map.Entry<K,V>>, INotifier, Map<K,V>
All Known Implementing Classes:
ContainerMap

public interface IContainerMap<K,V>
extends IContainer<Map.Entry<K,V>>, Map<K,V>

A container (of map entries) that is a Map.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
IContainer.Modifiable<E>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 Map<K,V> getDelegate()
           
 
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

getDelegate

Map<K,V> getDelegate()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.