A  C  F  G  I  K  P  R  S  T  V 

A

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

C

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

F

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

G

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

I

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

K

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

P

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

R

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

T

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

V

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