Class FrameworkUtil.DictionaryAsMap.KeyIterator

java.lang.Object
org.osgi.framework.FrameworkUtil.DictionaryAsMap.KeyIterator
All Implemented Interfaces:
Iterator<K>
Enclosing class:
FrameworkUtil.DictionaryAsMap<K,V>

final class FrameworkUtil.DictionaryAsMap.KeyIterator extends Object implements Iterator<K>
  • Field Details

    • keys

      private final Iterator<K> keys
    • key

      private K key
  • Constructor Details

    • KeyIterator

      KeyIterator()
  • 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>