Package | Description |
---|---|
gnu.trove |
GNU Trove: High performance collections for Java.
|
Modifier and Type | Method and Description |
---|---|
void |
TByteShortHashMap.transformValues(TShortFunction function)
Transform the values in this map using function.
|
void |
TDoubleShortHashMap.transformValues(TShortFunction function)
Transform the values in this map using function.
|
void |
TFloatShortHashMap.transformValues(TShortFunction function)
Transform the values in this map using function.
|
void |
TIntShortHashMap.transformValues(TShortFunction function)
Transform the values in this map using function.
|
void |
TLongShortHashMap.transformValues(TShortFunction function)
Transform the values in this map using function.
|
void |
TObjectShortHashMap.transformValues(TShortFunction function)
Transform the values in this map using function.
|
void |
TShortArrayList.transformValues(TShortFunction function)
Transform each value in the list using the specified function.
|
void |
TShortShortHashMap.transformValues(TShortFunction function)
Transform the values in this map using function.
|
GNU Trove is copyright © 2001-2009 Eric D. Friedman. All Rights Reserved.