|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgnu.trove.TIterator
gnu.trove.THashIterator
gnu.trove.TObjectHashIterator
class TObjectHashIterator
Created: Wed Nov 28 21:30:53 2001
| 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 |
|---|
protected final TObjectHash _objectHash
| Constructor Detail |
|---|
public TObjectHashIterator(TObjectHash hash)
| Method Detail |
|---|
protected java.lang.Object objectAtIndex(int index)
THashIterator
objectAtIndex in class THashIteratorindex - the index of the value to return.
Object value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||