I need to search if exist one Integer in the values of a TreeMap<String, List<Integer>>
, how I can do it?
I need to search a particular integer value in all of the lists.
I need to search if exist one Integer in the values of a TreeMap<String, List<Integer>>
, how I can do it?
I need to search a particular integer value in all of the lists.