Trove put values
This commit is contained in:
parent
327f00f4d9
commit
1699e4c3bd
|
@ -59,8 +59,8 @@ public class PrimitiveMaps {
|
|||
|
||||
TDoubleIntMap doubleIntMap = new TDoubleIntHashMap(doubles, ints);
|
||||
|
||||
doubleIntMap.adjustValue(1.2, 1);
|
||||
doubleIntMap.adjustValue(4.5, 4);
|
||||
doubleIntMap.adjustValue(0.3, 0);
|
||||
doubleIntMap.put(1.2, 1);
|
||||
doubleIntMap.put(4.5, 4);
|
||||
doubleIntMap.put(0.3, 0);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue