C  F  R  S  T  _ 

C

capacity() - Method in class com .slimjars .dist .gnu .trove .impl .hash . TPrimitiveHash
Returns the capacity of the hash table.
com.slimjars.dist.gnu.trove.impl.hash - package com.slimjars.dist.gnu.trove.impl.hash
 

F

FREE - Static variable in class com .slimjars .dist .gnu .trove .impl .hash . TPrimitiveHash
flag indicating that a slot in the hashtable is available
FULL - Static variable in class com .slimjars .dist .gnu .trove .impl .hash . TPrimitiveHash
flag indicating that a slot in the hashtable is occupied

R

removeAt(int) - Method in class com .slimjars .dist .gnu .trove .impl .hash . TPrimitiveHash
Delete the record at index.
REMOVED - Static variable in class com .slimjars .dist .gnu .trove .impl .hash . TPrimitiveHash
flag indicating that the value of a slot in the hashtable was deleted

S

setUp(int) - Method in class com .slimjars .dist .gnu .trove .impl .hash . TPrimitiveHash
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.

T

TPrimitiveHash - Class in com.slimjars.dist.gnu.trove.impl.hash
The base class for hashtables of primitive values.
TPrimitiveHash() - Constructor for class com .slimjars .dist .gnu .trove .impl .hash . TPrimitiveHash
Creates a new THash instance with the default capacity and load factor.
TPrimitiveHash(int) - Constructor for class com .slimjars .dist .gnu .trove .impl .hash . TPrimitiveHash
Creates a new TPrimitiveHash instance with a prime capacity at or near the specified capacity and with the default load factor.
TPrimitiveHash(int, float) - Constructor for class com .slimjars .dist .gnu .trove .impl .hash . TPrimitiveHash
Creates a new TPrimitiveHash instance with a prime capacity at or near the minimum needed to hold initialCapacity elements with load factor loadFactor without triggering a rehash.

_

_states - Variable in class com .slimjars .dist .gnu .trove .impl .hash . TPrimitiveHash
flags indicating whether each position in the hash is FREE, FULL, or REMOVED
C  F  R  S  T  _