org.jikesrvm.util
Class AbstractHashMapRVM.KeyIterator

java.lang.Object
  extended by org.jikesrvm.util.AbstractHashMapRVM.BucketIterator
      extended by org.jikesrvm.util.AbstractHashMapRVM.KeyIterator
All Implemented Interfaces:
Iterator<K>
Enclosing class:
AbstractHashMapRVM<K,V>

private final class AbstractHashMapRVM.KeyIterator
extends AbstractHashMapRVM.BucketIterator
implements Iterator<K>


Constructor Summary
private AbstractHashMapRVM.KeyIterator()
           
 
Method Summary
 K next()
           
 
Methods inherited from class org.jikesrvm.util.AbstractHashMapRVM.BucketIterator
hasNext, nextBucket, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
hasNext, remove
 

Constructor Detail

AbstractHashMapRVM.KeyIterator

private AbstractHashMapRVM.KeyIterator()
Method Detail

next

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