Class BasicEMap.View<K,V>

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 Object
An implementation class to hold the views.
  • Field Details

    • map

      public transient Map<K,V> map
      The map view.
    • keySet

      public transient Set<K> keySet
      The map key set view.
    • entrySet

      public transient Set<Map.Entry<K,V>> entrySet
      The entry set view.
    • values

      public transient Collection<V> values
      The values collection view.
  • Constructor Details

    • View

      public View()
      Creates an empty instance.