Searched refs:SetMultiMap (Results 1 – 4 of 4) sorted by relevance
23 public static <K, V> SetMultiMap<K, V> newSetMultiMap() { in newSetMultiMap()24 return new SetMultiMap<>(); in newSetMultiMap()
8 public class SetMultiMap<K, V> extends MultiMap<K, V, Set<V>> { class
6 import org.testng.collections.SetMultiMap;29 SetMultiMap<Class<?>, ITestNGMethod> map = Maps.newSetMultiMap(); in getContent()
11 import org.testng.collections.SetMultiMap;31 private SetMultiMap<String, String> m_groupsBySuiteName = Maps.newSetMultiMap();32 private SetMultiMap<String, String> m_methodsByGroup = Maps.newSetMultiMap();