Class OperatorToMap.DefaultToMapFactory<K,​V>

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

    public static final class OperatorToMap.DefaultToMapFactory<K,​V>
    extends java.lang.Object
    implements Func0<java.util.Map<K,​V>>
    The default map factory.
    • Method Summary

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

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

      • DefaultToMapFactory

        public DefaultToMapFactory()
    • Method Detail

      • call

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