标签: java treemap
我需要搜索TreeMap<String, List<Integer>>的值中是否存在一个整数,我该怎么做?
TreeMap<String, List<Integer>>
我需要在所有列表中搜索特定的整数值。