Package | Description |
---|---|
gnu.trove |
GNU Trove: High performance collections for Java.
|
Modifier and Type | Method and Description |
---|---|
void |
TByteIntHashMap.transformValues(TIntFunction function)
Transform the values in this map using function.
|
void |
TDoubleIntHashMap.transformValues(TIntFunction function)
Transform the values in this map using function.
|
void |
TFloatIntHashMap.transformValues(TIntFunction function)
Transform the values in this map using function.
|
void |
TIntArrayList.transformValues(TIntFunction function)
Transform each value in the list using the specified function.
|
void |
TIntIntHashMap.transformValues(TIntFunction function)
Transform the values in this map using function.
|
void |
TLongIntHashMap.transformValues(TIntFunction function)
Transform the values in this map using function.
|
void |
TObjectIntHashMap.transformValues(TIntFunction function)
Transform the values in this map using function.
|
void |
TShortIntHashMap.transformValues(TIntFunction function)
Transform the values in this map using function.
|
GNU Trove is copyright ? 2001-2009 Eric D. Friedman. All Rights Reserved.