Class LinkedMap.KeyIterator

java.lang.Object
LinkedMap<K,V>.com.twelvemonkeys.util.LinkedMap.LinkedMapIterator<K>
com.twelvemonkeys.util.LinkedMap.KeyIterator
All Implemented Interfaces:
Iterator<K>
Enclosing class:
LinkedMap<K,V>

private class LinkedMap.KeyIterator extends LinkedMap<K,V>.LinkedMapIterator<K>
  • Constructor Details

    • KeyIterator

      private KeyIterator()
  • Method Details

    • next

      public K next()