TIterator
public class TObjectHashIterator<E>
extends gnu.trove.impl.hash.THashIterator<E>
Modifier and Type | Field | Description |
---|---|---|
protected gnu.trove.impl.hash.TObjectHash |
_objectHash |
Constructor | Description |
---|---|
TObjectHashIterator(gnu.trove.impl.hash.TObjectHash<E> hash) |
Modifier and Type | Method | 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