6
ответов

Get values for keys within a range in Java

Suppose I have a map in Java which looks like this: { 39:"39 to 41", 41:"41 to 43", 43:"43 to 45", 45:">=45" } If the keys are in sorted order(either using treemap or linkedhashmap).Now if i ...
вопрос задан: 14 August 2014 05:37