Class OperatorToMultimap.DefaultMultimapCollectionFactory<K,V>

  • All Implemented Interfaces:
    Func1<K,Collection<V>>, Function
    Enclosing class:
    OperatorToMultimap < T , K , V>


    public static final class OperatorToMultimap.DefaultMultimapCollectionFactory<K,V>
    extends Object
    implements Func1<K,Collection<V>>
    The default collection factory for a key in the multimap returning an ArrayList independent of the key.
    • Constructor Detail

      • DefaultMultimapCollectionFactory

        public DefaultMultimapCollectionFactory()