org.jvyamlb.util
Class IntHashMap.KeyIterator

java.lang.Object
  extended by org.jvyamlb.util.IntHashMap.HashIterator
      extended by org.jvyamlb.util.IntHashMap.KeyIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
IntHashMap

private class IntHashMap.KeyIterator
extends IntHashMap.HashIterator


Field Summary
 
Fields inherited from class org.jvyamlb.util.IntHashMap.HashIterator
current, index, next
 
Constructor Summary
private IntHashMap.KeyIterator()
           
 
Method Summary
 java.lang.Object next()
           
 
Methods inherited from class org.jvyamlb.util.IntHashMap.HashIterator
hasNext, nextEntry, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntHashMap.KeyIterator

private IntHashMap.KeyIterator()
Method Detail

next

public java.lang.Object next()