gnu.trove
Class THashMap.KeyView.EntryIterator

java.lang.Object
  extended by gnu.trove.TIterator
      extended by gnu.trove.THashIterator
          extended by gnu.trove.THashMap.KeyView.EntryIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
THashMap.KeyView

protected final class THashMap.KeyView.EntryIterator
extends THashIterator


Field Summary
 
Fields inherited from class gnu.trove.THashIterator
_hash
 
Fields inherited from class gnu.trove.TIterator
_expectedSize, _index
 
Constructor Summary
THashMap.KeyView.EntryIterator(THashMap map)
           
 
Method Summary
 java.lang.Object objectAtIndex(int index)
          Returns the object at the specified index.
 
Methods inherited from class gnu.trove.THashIterator
next, nextIndex
 
Methods inherited from class gnu.trove.TIterator
hasNext, moveToNextIndex, 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

THashMap.KeyView.EntryIterator

THashMap.KeyView.EntryIterator(THashMap map)
Method Detail

objectAtIndex

public java.lang.Object objectAtIndex(int index)
Description copied from class: THashIterator
Returns the object at the specified index. Subclasses should implement this to return the appropriate object for the given index.

Specified by:
objectAtIndex in class THashIterator
Parameters:
index - the index of the value to return.
Returns:
an Object value