org.jvyamlb.util
Class IntHashMap.ValueIterator

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

private class IntHashMap.ValueIterator
extends IntHashMap.HashIterator


Field Summary
 
Fields inherited from class org.jvyamlb.util.IntHashMap.HashIterator
current, index, next
 
Constructor Summary
private IntHashMap.ValueIterator()
           
 
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.ValueIterator

private IntHashMap.ValueIterator()
Method Detail

next

public java.lang.Object next()