C  F  G  I  N  R  S  T  _ 

C

com.slimjars.dist.gnu.trove.impl.hash - package com.slimjars.dist.gnu.trove.impl.hash
 
consumeFreeSlot - Variable in class com .slimjars .dist .gnu .trove .impl .hash . TLongHash
 
contains(long) - Method in class com .slimjars .dist .gnu .trove .impl .hash . TLongHash
Searches the set for val

F

forEach(TLongProcedure) - Method in class com .slimjars .dist .gnu .trove .impl .hash . TLongHash
Executes procedure for each element in the set.

G

getNoEntryValue() - Method in class com .slimjars .dist .gnu .trove .impl .hash . TLongHash
Returns the value that is used to represent null.

I

index(long) - Method in class com .slimjars .dist .gnu .trove .impl .hash . TLongHash
Locates the index of val.
insertKey(long) - Method in class com .slimjars .dist .gnu .trove .impl .hash . TLongHash
Locates the index at which val can be inserted.

N

no_entry_value - Variable in class com .slimjars .dist .gnu .trove .impl .hash . TLongHash
value that represents null NOTE: should not be modified after the Hash is created, but is not final because of Externalization

R

removeAt(int) - Method in class com .slimjars .dist .gnu .trove .impl .hash . TLongHash
Releases the element currently stored at index.

S

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

T

TLongHash - Class in com.slimjars.dist.gnu.trove.impl.hash
An open addressed hashing implementation for long primitives.
TLongHash() - Constructor for class com .slimjars .dist .gnu .trove .impl .hash . TLongHash
Creates a new TLongHash instance with the default capacity and load factor.
TLongHash(int) - Constructor for class com .slimjars .dist .gnu .trove .impl .hash . TLongHash
Creates a new TLongHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
TLongHash(int, float) - Constructor for class com .slimjars .dist .gnu .trove .impl .hash . TLongHash
Creates a new TLongHash instance with a prime value at or near the specified capacity and load factor.
TLongHash(int, float, long) - Constructor for class com .slimjars .dist .gnu .trove .impl .hash . TLongHash
Creates a new TLongHash instance with a prime value at or near the specified capacity and load factor.

_

_set - Variable in class com .slimjars .dist .gnu .trove .impl .hash . TLongHash
the set of longs
C  F  G  I  N  R  S  T  _