Package | Description |
---|---|
gnu.trove |
GNU Trove: High performance collections for Java.
|
Modifier and Type | Method and Description |
---|---|
void |
THashMap.transformValues(TObjectFunction<V,V> function)
Transform the values in this map using function.
|
void |
TByteObjectHashMap.transformValues(TObjectFunction<V,V> function)
Transform the values in this map using function.
|
void |
TDoubleObjectHashMap.transformValues(TObjectFunction<V,V> function)
Transform the values in this map using function.
|
void |
TFloatObjectHashMap.transformValues(TObjectFunction<V,V> function)
Transform the values in this map using function.
|
void |
TIntObjectHashMap.transformValues(TObjectFunction<V,V> function)
Transform the values in this map using function.
|
void |
TLongObjectHashMap.transformValues(TObjectFunction<V,V> function)
Transform the values in this map using function.
|
void |
TShortObjectHashMap.transformValues(TObjectFunction<V,V> function)
Transform the values in this map using function.
|
GNU Trove is copyright ? 2001-2009 Eric D. Friedman. All Rights Reserved.