Package | Description |
---|---|
gnu.trove |
GNU Trove: High performance collections for Java.
|
Modifier and Type | Method and Description |
---|---|
void |
TByteLongHashMap.transformValues(TLongFunction function)
Transform the values in this map using function.
|
void |
TDoubleLongHashMap.transformValues(TLongFunction function)
Transform the values in this map using function.
|
void |
TFloatLongHashMap.transformValues(TLongFunction function)
Transform the values in this map using function.
|
void |
TIntLongHashMap.transformValues(TLongFunction function)
Transform the values in this map using function.
|
void |
TLongArrayList.transformValues(TLongFunction function)
Transform each value in the list using the specified function.
|
void |
TLongLongHashMap.transformValues(TLongFunction function)
Transform the values in this map using function.
|
void |
TObjectLongHashMap.transformValues(TLongFunction function)
Transform the values in this map using function.
|
void |
TShortLongHashMap.transformValues(TLongFunction function)
Transform the values in this map using function.
|
GNU Trove is copyright ? 2001-2009 Eric D. Friedman. All Rights Reserved.