Class HashSetMultimap<K,​V>

  • Type Parameters:
    K - the type parameter
    V - the type parameter
    All Implemented Interfaces:
    Multimap<K,​V>, Serializable

    public class HashSetMultimap<K,​V>
    extends SetMultimap<K,​V>
    implements Serializable
    Multimap that stores values in a HashSet.
    Author:
    David B. Bracewell
    See Also:
    Serialized Form
    • Constructor Detail

      • HashSetMultimap

        public HashSetMultimap()
        Instantiates a new Hash set multimap.
      • HashSetMultimap

        public HashSetMultimap​(@NonNull
                               @NonNull Map<? extends K,​? extends Collection<? extends V>> map)