Package | Description |
---|---|
gnu.trove |
Modifier and Type | Method | Description |
---|---|---|
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 |
THashMap.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.