|
||||||||||
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.THashMap.KeyView.EntryIterator
protected final class THashMap.KeyView.EntryIterator
Field Summary |
---|
Fields inherited from class gnu.trove.THashIterator |
---|
_hash |
Fields inherited from class gnu.trove.TIterator |
---|
_expectedSize, _index |
Constructor Summary | |
---|---|
THashMap.KeyView.EntryIterator(THashMap map)
|
Method Summary | |
---|---|
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 |
Constructor Detail |
---|
THashMap.KeyView.EntryIterator(THashMap map)
Method Detail |
---|
public java.lang.Object objectAtIndex(int index)
THashIterator
objectAtIndex
in class THashIterator
index
- 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 |