Toggle navigation
JarYard
Browse
Search
About
Groups
com.slimjars.trove4j
trove4j-object-double-map
1.0.1
Javadoc
Package
Class
Use
Tree
Deprecated
Index
Help
Search
A
C
E
F
G
H
I
K
P
R
S
T
V
A
adjustOrPutValue(K, double, double)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Adds an amount to the primitive value mapped to the key if the key is present in the map.
adjustValue(K, double)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Adds an amount to the primitive value mapped to key.
C
clear()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Removes all of the mappings from this map (optional operation).
com.slimjars.dist.gnu.trove.map
- package com.slimjars.dist.gnu.trove.map
containsKey(Object)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Checks for the present of
key
in the keys of the map.
containsValue(double)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Checks for the presence of
val
in the values of the map.
E
equals(Object)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Compares the specified object with this map for equality.
F
forEachEntry(TObjectDoubleProcedure<? super K>)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Executes
procedure
for each key/value entry in the map.
forEachKey(TObjectProcedure<? super K>)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Executes
procedure
for each key in the map.
forEachValue(TDoubleProcedure)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Executes
procedure
for each value in the map.
G
get(Object)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Retrieves the value for
key
.
getNoEntryValue()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Returns the value that will be returned from
get(java.lang.Object)
or
put(K, double)
if no entry exists for a given key.
H
hashCode()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Returns the hash code value for this map.
I
increment(K)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Increments the primitive value mapped to key by 1
isEmpty()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Returns
true
if this map contains no key-value mappings.
iterator()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Returns a
TObjectDoubleIterator
with access to this map's keys and values.
K
keys()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Returns a copy of the keys of the map as an array.
keys(K[])
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Returns a copy of the keys of the map as an array.
keySet()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Returns a
Set
view of the keys contained in this map.
P
put(K, double)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Inserts a key/value pair into the map.
putAll(Map<? extends K, ? extends Double>)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(TObjectDoubleMap<? extends K>)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Put all the entries from the given map into this map.
putIfAbsent(K, double)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
R
remove(Object)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Deletes a key/value pair from the map.
retainEntries(TObjectDoubleProcedure<? super K>)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
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
.
TObjectDoubleMap
Returns the number of key-value mappings in this map.
T
TObjectDoubleMap
<
K
> - Interface in
com.slimjars.dist.gnu.trove.map
Interface for a primitive map of Object keys and double values.
transformValues(TDoubleFunction)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Transform the values in this map using
function
.
V
valueCollection()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Returns a
TDoubleCollection
view of the values contained in this map.
values()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Returns the values of the map as an array of
double
values.
values(double[])
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectDoubleMap
Returns the values of the map using an existing array.
A
C
E
F
G
H
I
K
P
R
S
T
V