public class TObjectHashIterator<E> extends THashIterator<E>
| Modifier and Type | Field and Description |
|---|---|
protected TObjectHash |
_objectHash
|
_expectedSize, _hash, _index| Constructor and Description |
|---|
TObjectHashIterator(TObjectHash
|
| Modifier and Type | Method and Description |
|---|---|
protected E |
objectAtIndex(int index)
Returns the object at the specified index.
|
hasNext, moveToNextIndex, next, nextIndex, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected final TObjectHash_objectHash
public TObjectHashIterator(TObjectHash<E> hash)
protected E objectAtIndex(int index)
THashIterator
objectAtIndex in class
THashIterator<E>
index - the index of the value to return.
Object value