Class BasicEMap.BasicEMapValueIterator

java.lang.Object
BasicEMap<K,V>.org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator<V>
org.eclipse.emf.common.util.BasicEMap.BasicEMapValueIterator
All Implemented Interfaces:
Iterator<V>
Enclosing class:
BasicEMap<K,V>

protected class BasicEMap.BasicEMapValueIterator extends BasicEMap<K,V>.BasicEMapIterator<V>
An iterator over the map value data.
  • Method Details

    • yield

      protected V yield(BasicEMap.Entry<K,V> entry)
      Called to yield the iterator result for the entry. This implementation returns the value of the entry.
      Overrides:
      yield in class BasicEMap<K,V>.BasicEMapIterator<V>
      Parameters:
      entry - the entry.
      Returns:
      the value of the entry.