org.modeshape.common.collection
Class LinkedListMultimap.MapView

java.lang.Object
  extended by java.util.AbstractMap<K,Collection<V>>
      extended by org.modeshape.common.collection.LinkedListMultimap.MapView
All Implemented Interfaces:
Map<K,Collection<V>>
Enclosing class:
LinkedListMultimap<K,V>

protected class LinkedListMultimap.MapView
extends AbstractMap<K,Collection<V>>


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
protected LinkedListMultimap.MapView()
           
 
Method Summary
 Set<Map.Entry<K,Collection<V>>> entrySet()
          
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkedListMultimap.MapView

protected LinkedListMultimap.MapView()
Method Detail

entrySet

public Set<Map.Entry<K,Collection<V>>> entrySet()

Specified by:
entrySet in interface Map<K,Collection<V>>
Specified by:
entrySet in class AbstractMap<K,Collection<V>>
See Also:
AbstractMap.entrySet()


Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.