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

C

clear() - Method in interface com .slimjars .dist .gnu .trove .map . TCharObjectMap
Removes all of the mappings from this map (optional operation).
com.slimjars.dist.gnu.trove.map - package com.slimjars.dist.gnu.trove.map
 
containsKey(char) - Method in interface com .slimjars .dist .gnu .trove .map . TCharObjectMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in interface com .slimjars .dist .gnu .trove .map . TCharObjectMap
Returns true if this map maps one or more keys to the specified value.

E

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

F

forEachEntry(TCharObjectProcedure<? super V>) - Method in interface com .slimjars .dist .gnu .trove .map . TCharObjectMap
Executes procedure for each key/value entry in the map.
forEachKey(TCharProcedure) - Method in interface com .slimjars .dist .gnu .trove .map . TCharObjectMap
Executes procedure for each key in the map.
forEachValue(TObjectProcedure<? super V>) - Method in interface com .slimjars .dist .gnu .trove .map . TCharObjectMap
Executes procedure for each value in the map.

G

get(char) - Method in interface com .slimjars .dist .gnu .trove .map . TCharObjectMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getNoEntryKey() - Method in interface com .slimjars .dist .gnu .trove .map . TCharObjectMap
Returns the value that represents null in the keySet().

H

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

I

isEmpty() - Method in interface com .slimjars .dist .gnu .trove .map . TCharObjectMap
Returns true if this map contains no key-value mappings.
iterator() - Method in interface com .slimjars .dist .gnu .trove .map . TCharObjectMap
Returns a TCharObjectIterator with access to this map's keys and values.

K

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

P

put(char, V) - Method in interface com .slimjars .dist .gnu .trove .map . TCharObjectMap
Associates the specified value with the specified key in this map (optional operation).
putAll(Map<? extends Character, ? extends V>) - Method in interface com .slimjars .dist .gnu .trove .map . TCharObjectMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(TCharObjectMap<? extends V>) - Method in interface com .slimjars .dist .gnu .trove .map . TCharObjectMap
Put all the entries from the given map into this map.
putIfAbsent(char, V) - Method in interface com .slimjars .dist .gnu .trove .map . TCharObjectMap
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 . TCharObjectMap
Removes the mapping for a key from this map if it is present (optional operation).
retainEntries(TCharObjectProcedure<? super V>) - Method in interface com .slimjars .dist .gnu .trove .map . TCharObjectMap
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 . TCharObjectMap
Returns the number of key-value mappings in this map.

T

TCharObjectMap < V> - Interface in com.slimjars.dist.gnu.trove.map
Interface for a primitive map of char keys and Object values.
transformValues(TObjectFunction<V, V>) - Method in interface com .slimjars .dist .gnu .trove .map . TCharObjectMap
Transform the values in this map using function.

V

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