Class AbstractHashedMap.KeySetIterator<K>

java.lang.Object
org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashIterator<K,Object>
org.apache.openjpa.lib.util.collections.AbstractHashedMap.KeySetIterator<K>
All Implemented Interfaces:
Iterator<K>
Enclosing class:
AbstractHashedMap<K,V>

protected static class AbstractHashedMap.KeySetIterator<K> extends AbstractHashedMap.HashIterator<K,Object> implements Iterator<K>
KeySet iterator.
  • Constructor Details

  • Method Details

    • next

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