Class MildKeys.KeyItr

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

final class MildKeys.KeyItr extends Object implements Iterator<K>
Iterator that iterates over reachable keys in the map.
  • Field Details

  • Constructor Details

    • KeyItr

      KeyItr()
  • Method Details

    • hasNext

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

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

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