A  C  F  G  I  K  P  R  S  T  V 

A

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

C

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

F

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

G

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

I

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

K

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

P

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

R

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

T

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

V

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