public class TObjectHashIterator<E> extends THashIterator<E>
| Modifier and Type | Field and Description |
|---|---|
protected TObjectHash |
_objectHash |
_expectedSize, _hash, _index| Constructor and Description |
|---|
TObjectHashIterator(TObjectHash<E> hash) |
| Modifier and Type | Method and Description |
|---|---|
protected E |
objectAtIndex(int index)
Returns the object at the specified index.
|
hasNext, moveToNextIndex, next, nextIndex, removeprotected final TObjectHash _objectHash
public TObjectHashIterator(TObjectHash<E> hash)
protected E objectAtIndex(int index)
THashIteratorobjectAtIndex in class THashIterator<E>index - the index of the value to return.Object value