C  H  M  N  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 . THashPrimitiveIterator
Returns true if the iterator can be advanced past its current location.

M

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

N

nextIndex() - Method in class com .slimjars .dist .gnu .trove .impl .hash . THashPrimitiveIterator
Returns the index of the next value in the data structure or a negative value if the iterator is exhausted.

R

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

T

THashPrimitiveIterator - Class in com.slimjars.dist.gnu.trove.impl.hash
Implements all iterator functions for the hashed object set.
THashPrimitiveIterator(TPrimitiveHash) - Constructor for class com .slimjars .dist .gnu .trove .impl .hash . THashPrimitiveIterator
Creates a TPrimitiveIterator for the specified collection.

_

_expectedSize - Variable in class com .slimjars .dist .gnu .trove .impl .hash . THashPrimitiveIterator
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 . THashPrimitiveIterator
the data structure this iterator traverses
_index - Variable in class com .slimjars .dist .gnu .trove .impl .hash . THashPrimitiveIterator
the index used for iteration.
C  H  M  N  R  T  _