Toggle navigation
JarYard
Browse
Search
About
Groups
com.slimjars.trove4j
trove4j-map
1.0.1
Javadoc
Package
Class
Use
Tree
Deprecated
Index
Help
Search
C
F
P
R
T
C
com.slimjars.dist.gnu.trove.map
- package com.slimjars.dist.gnu.trove.map
F
forEachEntry(TObjectObjectProcedure<? super K, ? super V>)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TMap
Executes
procedure
for each key/value entry in the map.
forEachKey(TObjectProcedure<? super K>)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TMap
Executes
procedure
for each key in the map.
forEachValue(TObjectProcedure<? super V>)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TMap
Executes
procedure
for each value in the map.
P
putIfAbsent(K, V)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
R
retainEntries(TObjectObjectProcedure<? super K, ? super V>)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TMap
Retains only those entries in the map for which the procedure returns a true value.
T
TMap
<
K
,
V
> - Interface in
com.slimjars.dist.gnu.trove.map
Interface extension to
Map
which adds Trove-specific features.
transformValues(TObjectFunction<V, V>)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TMap
Transform the values in this map using
function
.
C
F
P
R
T