Interface IContainerMap<K,V>
- 
- All Superinterfaces:
- IContainer<java.util.Map.Entry<K,V>>,- INotifier,- java.util.Map<K,V>
 - All Known Implementing Classes:
- ContainerMap
 
 public interface IContainerMap<K,V> extends IContainer<java.util.Map.Entry<K,V>>, java.util.Map<K,V> - Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainerIContainer.Modifiable<E>, IContainer.Persistable<E>, IContainer.Persistence<E>
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifierINotifier.INotifier2
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<K,V>getDelegate()- 
Methods inherited from interface org.eclipse.net4j.util.container.IContainergetElements, isEmpty
 - 
Methods inherited from interface org.eclipse.net4j.util.event.INotifieraddListener, getListeners, hasListeners, removeListener
 
- 
 
-