Class UnifiedMap.KeySetIterator

java.lang.Object
UnifiedMap<K,V>.org.eclipse.collections.impl.map.mutable.UnifiedMap.PositionalIterator<K>
org.eclipse.collections.impl.map.mutable.UnifiedMap.KeySetIterator
All Implemented Interfaces:
Iterator<K>
Enclosing class:
UnifiedMap<K,V>

protected class UnifiedMap.KeySetIterator extends UnifiedMap<K,V>.PositionalIterator<K>
  • Constructor Details

    • KeySetIterator

      protected KeySetIterator()
  • Method Details

    • nextFromChain

      protected K nextFromChain()
    • next

      public K next()