Guava学习笔记:Guava新增集合类型-Bimap
摘要:@Test public void BimapTest(){ BiMap<Integer,String> logfileMap = HashBiMap.create(); logfileMap.put(1,"a.log"); logfileMap.put(2,"b.log"); logfileMap
阅读全文
posted @ 2023-01-09 21:25
posted @ 2023-01-09 21:25