Searched refs:newSetMultiMap (Results 1 – 3 of 3) sorted by relevance
23 public static <K, V> SetMultiMap<K, V> newSetMultiMap() { in newSetMultiMap() method in Maps
29 SetMultiMap<Class<?>, ITestNGMethod> map = Maps.newSetMultiMap(); in getContent()
31 private SetMultiMap<String, String> m_groupsBySuiteName = Maps.newSetMultiMap();32 private SetMultiMap<String, String> m_methodsByGroup = Maps.newSetMultiMap();