Eclipse EMF 2.15 API Specification
- java.lang.Object
-
- org.eclipse.emf.common.util.BasicEMap.View<K,V>
-
- Enclosing class:
- BasicEMap<K,V>
protected static class BasicEMap.View<K,V>
extends java.lang.Object
An implementation class to hold the views.
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
java.util.Set<java.util.Map.Entry<K,V>> |
entrySet
The entry set view.
|
java.util.Set<K> |
keySet
The map key set view.
|
java.util.Map<K,V> |
map
The map view.
|
java.util.Collection<V> |
values
The values collection view.
|
-
Constructor Summary
Constructors
| Constructor and Description |
View()
Creates an empty instance.
|
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Eclipse EMF 2.15 API Specification
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature