Class LinkedHashSetMultimap<K,​V>

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

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

      • LinkedHashSetMultimap

        public LinkedHashSetMultimap()
        Instantiates a new Linked hash set multimap.
      • LinkedHashSetMultimap

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