Class MildValues.ValueItr

java.lang.Object
org.eclipse.sisu.inject.MildValues.ValueItr
All Implemented Interfaces:
Iterator<V>
Enclosing class:
MildValues<K,V>

final class MildValues.ValueItr extends Object implements Iterator<V>
Iterator that iterates over reachable values in the map.
  • Field Details

  • Constructor Details

    • ValueItr

      ValueItr()
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<V>
    • next

      public V next()
      Specified by:
      next in interface Iterator<V>
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<V>