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

C

clear() - Method in interface com .slimjars .dist .gnu .trove .map . TDoubleObjectMap
Removes all of the mappings from this map (optional operation).
com.slimjars.dist.gnu.trove.map - package com.slimjars.dist.gnu.trove.map
 
containsKey(double) - Method in interface com .slimjars .dist .gnu .trove .map . TDoubleObjectMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in interface com .slimjars .dist .gnu .trove .map . TDoubleObjectMap
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 . TDoubleObjectMap
Compares the specified object with this map for equality.

F

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

G

get(double) - Method in interface com .slimjars .dist .gnu .trove .map . TDoubleObjectMap
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 . TDoubleObjectMap
Returns the value that represents null in the keySet().

H

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

I

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

K

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

P

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

T

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

V

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