Beginning Spring: Syntax for Map<Integer, Double>?
H Paul
Ranch Hand
Joined: Jul 26, 2011
Posts: 299
posted
0
Using Spring, is it possible to creat a Map<Integer, Double>? If so, what is the syntax? Any pointer.
so that I can percentageLookup = springContext.getBean("percentageLookup");
With above config, the key is of type String, String.