org.modeshape.common.collection
Class LinkedListMultimap.MapView
java.lang.Object
java.util.AbstractMap<K,Collection<V>>
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 classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class java.util.AbstractMap |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values |
LinkedListMultimap.MapView
protected LinkedListMultimap.MapView()
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-2011 JBoss, a division of Red Hat. All Rights Reserved.