A  C  F  G  I  K  P  R  S  T  V 

A

adjustOrPutValue(float, double, double) - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Adjusts the primitive value mapped to the key if the key is present in the map.
adjustValue(float, double) - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Adjusts the primitive value mapped to key.

C

clear() - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Empties the map.
com.slimjars.dist.gnu.trove.map - package com.slimjars.dist.gnu.trove.map
 
containsKey(float) - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Checks for the present of key in the keys of the map.
containsValue(double) - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Checks for the presence of val in the values of the map.

F

forEachEntry(TFloatDoubleProcedure) - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Executes procedure for each key/value entry in the map.
forEachKey(TFloatProcedure) - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Executes procedure for each key in the map.
forEachValue(TDoubleProcedure) - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Executes procedure for each value in the map.

G

get(float) - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Retrieves the value for key.
getNoEntryKey() - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Returns the value that will be returned from get(float) or put(float, double) if no entry exists for a given key.
getNoEntryValue() - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Returns the value that will be returned from get(float) or put(float, double) if no entry exists for a given key.

I

increment(float) - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Increments the primitive value mapped to key by 1
isEmpty() - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Returns true if this map contains no key-value mappings.
iterator() - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
 

K

keys() - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Returns the keys of the map as an array of float values.
keys(float[]) - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Returns the keys of the map.
keySet() - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Returns the keys of the map as a TFloatSet

P

put(float, double) - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Inserts a key/value pair into the map.
putAll(Map<? extends Float, ? extends Double>) - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Put all the entries from the given Map into this map.
putAll(TFloatDoubleMap) - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Put all the entries from the given map into this map.
putIfAbsent(float, double) - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.

R

remove(float) - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Deletes a key/value pair from the map.
retainEntries(TFloatDoubleProcedure) - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
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 . TFloatDoubleMap
Returns an int value that is the number of elements in the map.

T

TFloatDoubleMap - Interface in com.slimjars.dist.gnu.trove.map
Interface for a primitive map of float keys and double values.
transformValues(TDoubleFunction) - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Transform the values in this map using function.

V

valueCollection() - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Returns the values of the map as a TDoubleCollection
values() - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Returns the values of the map as an array of #e# values.
values(double[]) - Method in interface com .slimjars .dist .gnu .trove .map . TFloatDoubleMap
Returns the values of the map using an existing array.
A  C  F  G  I  K  P  R  S  T  V