Class OperatorToMultimap.DefaultToMultimapFactory<K,​V>

  • Type Parameters:
    K - the key type
    V - the value type
    All Implemented Interfaces:
    java.util.concurrent.Callable<java.util.Map<K,​java.util.Collection<V>>>, Func0<java.util.Map<K,​java.util.Collection<V>>>, Function
    Enclosing class:
    OperatorToMultimap<T,​K,​V>

    public static final class OperatorToMultimap.DefaultToMultimapFactory<K,​V>
    extends java.lang.Object
    implements Func0<java.util.Map<K,​java.util.Collection<V>>>
    The default multimap factory returning a HashMap.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<K,​java.util.Collection<V>> call()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultToMultimapFactory

        public DefaultToMultimapFactory()
    • Method Detail

      • call

        public java.util.Map<K,​java.util.Collection<V>> call()
        Specified by:
        call in interface java.util.concurrent.Callable<K>
        Specified by:
        call in interface Func0<K>