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

A

adjustOrPutValue(K, long, long) - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Adds an amount to the primitive value mapped to the key if the key is present in the map.
adjustValue(K, long) - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Adds an amount to the primitive value mapped to key.

C

clear() - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Removes all of the mappings from this map (optional operation).
com.slimjars.dist.gnu.trove.map - package com.slimjars.dist.gnu.trove.map
 
containsKey(Object) - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Checks for the present of key in the keys of the map.
containsValue(long) - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Checks for the presence of val in the values of the map.

E

equals(Object) - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Compares the specified object with this map for equality.

F

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

G

get(Object) - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Retrieves the value for key.
getNoEntryValue() - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Returns the value that will be returned from get(java.lang.Object) or put(K, long) if no entry exists for a given key.

H

hashCode() - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Returns the hash code value for this map.

I

increment(K) - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Increments the primitive value mapped to key by 1
isEmpty() - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Returns true if this map contains no key-value mappings.
iterator() - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Returns a TObjectLongIterator with access to this map's keys and values.

K

keys() - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Returns a copy of the keys of the map as an array.
keys(K[]) - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Returns a copy of the keys of the map as an array.
keySet() - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Returns a Set view of the keys contained in this map.

P

put(K, long) - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Inserts a key/value pair into the map.
putAll(Map<? extends K, ? extends Long>) - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(TObjectLongMap<? extends K>) - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Put all the entries from the given map into this map.
putIfAbsent(K, long) - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.

R

remove(Object) - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Deletes a key/value pair from the map.
retainEntries(TObjectLongProcedure<? super K>) - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Retains only those entries in the map for which the procedure returns a true value.

S

size() - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Returns the number of key-value mappings in this map.

T

TObjectLongMap < K> - Interface in com.slimjars.dist.gnu.trove.map
Interface for a primitive map of Object keys and long values.
transformValues(TLongFunction) - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Transform the values in this map using function.

V

valueCollection() - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Returns a TLongCollection view of the values contained in this map.
values() - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Returns the values of the map as an array of long values.
values(long[]) - Method in interface com .slimjars .dist .gnu .trove .map . TObjectLongMap
Returns the values of the map using an existing array.
A  C  E  F  G  H  I  K  P  R  S  T  V