Class OperatorToMultimap.DefaultMultimapCollectionFactory<K,V>

java.lang.Object
rx.internal.operators.OperatorToMultimap.DefaultMultimapCollectionFactory<K,V>
Type Parameters:
K - the key type
V - the value type
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 Details

    • DefaultMultimapCollectionFactory

      public DefaultMultimapCollectionFactory()
  • Method Details