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