|
GNU Trove | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.trove.impl.hash.THashIterator<E> gnu.trove.iterator.hash.TObjectHashIterator<E>
public class TObjectHashIterator<E>
Iterator for hashtables that use open addressing to resolve collisions.
Field Summary | |
---|---|
protected gnu.trove.impl.hash.TObjectHash |
_objectHash
|
Fields inherited from class gnu.trove.impl.hash.THashIterator |
---|
_expectedSize, _hash, _index |
Constructor Summary | |
---|---|
TObjectHashIterator(gnu.trove.impl.hash.TObjectHash<E> hash)
|
Method Summary | |
---|---|
protected E |
objectAtIndex(int index)
Returns the object at the specified index. |
Methods inherited from class gnu.trove.impl.hash.THashIterator |
---|
hasNext, moveToNextIndex, next, nextIndex, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final gnu.trove.impl.hash.TObjectHash _objectHash
Constructor Detail |
---|
public TObjectHashIterator(gnu.trove.impl.hash.TObjectHash<E> hash)
Method Detail |
---|
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
|
GNU Trove | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |