gnu.trove
Class TObjectHashIterator

java.lang.Object
  extended by gnu.trove.TIterator
      extended by gnu.trove.THashIterator
          extended by gnu.trove.TObjectHashIterator
All Implemented Interfaces:
java.util.Iterator

 class TObjectHashIterator
extends THashIterator

Created: Wed Nov 28 21:30:53 2001

Version:
$Id: TObjectHashIterator.java,v 1.1 2001/12/28 20:04:39 ericdf Exp $
Author:
Eric D. Friedman

Field Summary
protected  TObjectHash _objectHash
           
 
Fields inherited from class gnu.trove.THashIterator
_hash
 
Fields inherited from class gnu.trove.TIterator
_expectedSize, _index
 
Constructor Summary
TObjectHashIterator(TObjectHash hash)
           
 
Method Summary
protected  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
 

Field Detail

_objectHash

protected final TObjectHash _objectHash
Constructor Detail

TObjectHashIterator

public TObjectHashIterator(TObjectHash hash)
Method Detail

objectAtIndex

protected 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