C  H  M  N  O  R  T  _ 

C

com.slimjars.dist.gnu.trove.impl.hash - package com.slimjars.dist.gnu.trove.impl.hash
 

H

hasNext() - Method in class com .slimjars .dist .gnu .trove .impl .hash . THashIterator
Returns true if the iterator can be advanced past its current location.

M

moveToNextIndex() - Method in class com .slimjars .dist .gnu .trove .impl .hash . THashIterator
Sets the internal index so that the `next' object can be returned.

N

next() - Method in class com .slimjars .dist .gnu .trove .impl .hash . THashIterator
Moves the iterator to the next Object and returns it.
nextIndex() - Method in class com .slimjars .dist .gnu .trove .impl .hash . THashIterator
Returns the index of the next value in the data structure or a negative value if the iterator is exhausted.

O

objectAtIndex(int) - Method in class com .slimjars .dist .gnu .trove .impl .hash . THashIterator
Returns the object at the specified index.

R

remove() - Method in class com .slimjars .dist .gnu .trove .impl .hash . THashIterator
Removes the last entry returned by the iterator.

T

THashIterator < V> - Class in com.slimjars.dist.gnu.trove.impl.hash
Implements all iterator functions for the hashed object set.
THashIterator(TObjectHash<V>) - Constructor for class com .slimjars .dist .gnu .trove .impl .hash . THashIterator
Create an instance of THashIterator over the values of the TObjectHash

_

_expectedSize - Variable in class com .slimjars .dist .gnu .trove .impl .hash . THashIterator
the number of elements this iterator believes are in the data structure it accesses.
_hash - Variable in class com .slimjars .dist .gnu .trove .impl .hash . THashIterator
the data structure this iterator traverses
_index - Variable in class com .slimjars .dist .gnu .trove .impl .hash . THashIterator
the index used for iteration.
C  H  M  N  O  R  T  _