Class SoftHashMap.KeyIterator

java.lang.Object
SoftHashMap<K,V>.HashIterator<K>
com.mycila.xmltool.SoftHashMap.KeyIterator
All Implemented Interfaces:
Iterator<K>
Enclosing class:
SoftHashMap<K,V>

private class SoftHashMap.KeyIterator extends SoftHashMap<K,V>.HashIterator<K>
  • Constructor Details

    • KeyIterator

      private KeyIterator()
  • Method Details

    • next

      public K next()