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 .hash . TObjectLongHashMap
adjustValue(K, long) - Method in class com .slimjars .dist .gnu .trove .map .hash . TObjectLongHashMap

C

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

E

equals(Object) - Method in class com .slimjars .dist .gnu .trove .map .hash . TObjectLongHashMap
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 .hash . TObjectLongHashMap
Executes procedure for each key/value entry in the map.
forEachKey(TObjectProcedure<? super K>) - Method in class com .slimjars .dist .gnu .trove .map .hash . TObjectLongHashMap
Executes procedure for each key in the map.
forEachValue(TLongProcedure) - Method in class com .slimjars .dist .gnu .trove .map .hash . TObjectLongHashMap
Executes procedure for each value in the map.

G

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

H

hashCode() - Method in class com .slimjars .dist .gnu .trove .map .hash . TObjectLongHashMap

I

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

K

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

N

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

P

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

R

readExternal(ObjectInput) - Method in class com .slimjars .dist .gnu .trove .map .hash . TObjectLongHashMap
 
rehash(int) - Method in class com .slimjars .dist .gnu .trove .map .hash . TObjectLongHashMap
rehashes the map to the new capacity.
remove(Object) - Method in class com .slimjars .dist .gnu .trove .map .hash . TObjectLongHashMap
removeAt(int) - Method in class com .slimjars .dist .gnu .trove .map .hash . TObjectLongHashMap
Removes the mapping at index from the map.
removeElement(K) - Method in class com .slimjars .dist .gnu .trove .map .hash . TObjectLongHashMap.KeyView
 
retainEntries(TObjectLongProcedure<? super K>) - Method in class com .slimjars .dist .gnu .trove .map .hash . TObjectLongHashMap
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 .hash . TObjectLongHashMap
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.

T

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

V

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

W

writeExternal(ObjectOutput) - Method in class com .slimjars .dist .gnu .trove .map .hash . TObjectLongHashMap
 

_

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