Package | Description |
---|---|
gnu.trove |
GNU Trove: High performance collections for Java.
|
Modifier and Type | Method and Description |
---|---|
void |
TByteDoubleHashMap.transformValues(TDoubleFunction function)
Transform the values in this map using function.
|
void |
TDoubleArrayList.transformValues(TDoubleFunction function)
Transform each value in the list using the specified function.
|
void |
TDoubleDoubleHashMap.transformValues(TDoubleFunction function)
Transform the values in this map using function.
|
void |
TFloatDoubleHashMap.transformValues(TDoubleFunction function)
Transform the values in this map using function.
|
void |
TIntDoubleHashMap.transformValues(TDoubleFunction function)
Transform the values in this map using function.
|
void |
TLongDoubleHashMap.transformValues(TDoubleFunction function)
Transform the values in this map using function.
|
void |
TObjectDoubleHashMap.transformValues(TDoubleFunction function)
Transform the values in this map using function.
|
void |
TShortDoubleHashMap.transformValues(TDoubleFunction function)
Transform the values in this map using function.
|
GNU Trove is copyright © 2001-2009 Eric D. Friedman. All Rights Reserved.