Hi there;
Just a simple question which has caused me problems.
I created hashtable:
private Map <String, Double> v = new ConcurrentHashMap<String, Double>();
In one of my method I would like to sum all the number which are doubles and display it as system.out.print.... Not sure how to get the sum just from the second field for each existing pair.