org.jvyamlb.util
Class IntHashMap.HashIterator

java.lang.Object
  extended by org.jvyamlb.util.IntHashMap.HashIterator
All Implemented Interfaces:
java.util.Iterator
Direct Known Subclasses:
IntHashMap.EntryIterator, IntHashMap.KeyIterator, IntHashMap.ValueIterator
Enclosing class:
IntHashMap

private abstract class IntHashMap.HashIterator
extends java.lang.Object
implements java.util.Iterator


Field Summary
(package private)  IntHashMap.Entry current
           
(package private)  int index
           
(package private)  IntHashMap.Entry next
           
 
Constructor Summary
IntHashMap.HashIterator()
           
 
Method Summary
 boolean hasNext()
           
(package private)  IntHashMap.Entry nextEntry()
           
 void 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
next
 

Field Detail

next

IntHashMap.Entry next

index

int index

current

IntHashMap.Entry current
Constructor Detail

IntHashMap.HashIterator

IntHashMap.HashIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

nextEntry

IntHashMap.Entry nextEntry()

remove

public void remove()
Specified by:
remove in interface java.util.Iterator