C  F  G  I  N  R  S  T  W  X  _ 

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 . TLongByteHash
 
contains(long) - Method in class com .slimjars .dist .gnu .trove .impl .hash . TLongByteHash
Searches the set for val

F

forEach(TLongProcedure) - Method in class com .slimjars .dist .gnu .trove .impl .hash . TLongByteHash
Executes procedure for each key in the map.

G

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

I

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

N

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

R

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

S

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

T

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

W

writeExternal(ObjectOutput) - Method in class com .slimjars .dist .gnu .trove .impl .hash . TLongByteHash

X

XinsertKey(long) - Method in class com .slimjars .dist .gnu .trove .impl .hash . TLongByteHash
 

_

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