A  C  E  F  G  H  I  K  N  P  R  S  T  V  W  _ 

A

adjustOrPutValue(K, long, long) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
adjustValue(K, long) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap

C

clear() - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
com.slimjars.dist.gnu.trove.map.custom_hash - package com.slimjars.dist.gnu.trove.map.custom_hash
 
containsElement(K) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap.KeyView
 
containsKey(Object) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
containsValue(long) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap

E

equals(Object) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
Compares this map with another map for equality of their stored entries.

F

forEachEntry(TObjectLongProcedure<? super K>) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
Executes procedure for each key/value entry in the map.
forEachKey(TObjectProcedure<? super K>) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
Executes procedure for each key in the map.
forEachValue(TLongProcedure) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
Executes procedure for each value in the map.

G

get(Object) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
getNoEntryValue() - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap

H

hashCode() - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap

I

increment(K) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
iterator() - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
 
iterator() - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap.KeyView
 

K

keys() - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
keys(K[]) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
keySet() - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
KeyView() - Constructor for class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap.KeyView
 

N

no_entry_value - Variable in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
the value that represents null

P

put(K, long) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
putAll(Map<? extends K, ? extends Long>) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
putAll(TObjectLongMap<? extends K>) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
putIfAbsent(K, long) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap

R

readExternal(ObjectInput) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
 
rehash(int) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
rehashes the map to the new capacity.
remove(Object) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
removeAt(int) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
Removes the mapping at index from the map.
removeElement(K) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap.KeyView
 
retainEntries(TObjectLongProcedure<? super K>) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
Retains only those entries in the map for which the procedure returns a true value.

S

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

T

TObjectLongCustomHashMap < K> - Class in com.slimjars.dist.gnu.trove.map.custom_hash
An open addressed Map implementation for Object keys and long values.
TObjectLongCustomHashMap() - Constructor for class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
FOR EXTERNALIZATION ONLY!!!
TObjectLongCustomHashMap(HashingStrategy<? super K>) - Constructor for class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
Creates a new TObjectLongHashMap instance with the default capacity and load factor.
TObjectLongCustomHashMap(HashingStrategy<? super K>, int) - Constructor for class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
Creates a new TObjectLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
TObjectLongCustomHashMap(HashingStrategy<? super K>, int, float) - Constructor for class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
Creates a new TObjectLongHashMap instance with a prime capacity equal to or greater than initialCapacity and with the specified load factor.
TObjectLongCustomHashMap(HashingStrategy<? super K>, int, float, long) - Constructor for class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
Creates a new TObjectLongHashMap instance with a prime value at or near the specified capacity and load factor.
TObjectLongCustomHashMap(HashingStrategy<? super K>, TObjectLongMap<? extends K>) - Constructor for class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
Creates a new TObjectLongCustomHashMap that contains the entries in the map passed to it.
TObjectLongCustomHashMap.KeyView - Class in com.slimjars.dist.gnu.trove.map.custom_hash
a view onto the keys of the map.
toString() - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
transformValues(TLongFunction) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
Transform the values in this map using function.

V

valueCollection() - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
values() - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
values(long[]) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap

W

writeExternal(ObjectOutput) - Method in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
 

_

_values - Variable in class com .slimjars .dist .gnu .trove .map .custom_hash . TObjectLongCustomHashMap
the values of the map
A  C  E  F  G  H  I  K  N  P  R  S  T  V  W  _