Class SetMultiMap<K,V>

java.lang.Object
org.testng.collections.MultiMap<K,V,Set<V>>
org.testng.collections.SetMultiMap<K,V>

public class SetMultiMap<K,V> extends MultiMap<K,V,Set<V>>
A container to hold sets indexed by a key.
  • Constructor Details

    • SetMultiMap

      public SetMultiMap(boolean isSorted)
  • Method Details