| Package | Description |
|---|---|
| gnu.trove |
GNU Trove: High performance collections for Java.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLongObjectHashMap.transformValues(TObjectFunction
Transform the values in this map using
function.
|
void |
THashMap.transformValues(TObjectFunction
Transform the values in this map using
function.
|
void |
TByteObjectHashMap.transformValues(TObjectFunction
Transform the values in this map using
function.
|
void |
TIntObjectHashMap.transformValues(TObjectFunction
Transform the values in this map using
function.
|
void |
TDoubleObjectHashMap.transformValues(TObjectFunction
Transform the values in this map using
function.
|
void |
TShortObjectHashMap.transformValues(TObjectFunction
Transform the values in this map using
function.
|
void |
TFloatObjectHashMap.transformValues(TObjectFunction
Transform the values in this map using
function.
|