gnu.trove.iterator.hash
public class TObjectHashIterator<E> extends gnu.trove.impl.hash.THashIterator<E>
Modifier and Type | Field and Description |
---|---|
protected gnu.trove.impl.hash.TObjectHash |
_objectHash |
Constructor and Description |
---|
TObjectHashIterator(gnu.trove.impl.hash.TObjectHash<E> hash) |
Modifier and Type | Method and Description |
---|---|
protected E |
objectAtIndex(int index)
Returns the object at the specified index.
|
public TObjectHashIterator(gnu.trove.impl.hash.TObjectHash<E> hash)
protected E objectAtIndex(int index)
gnu.trove.impl.hash.THashIterator
objectAtIndex
in class gnu.trove.impl.hash.THashIterator<E>
index
- the index of the value to return.Object
value