Class Functions0.NewUnifiedMapFunction<K,​V>

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.Supplier<MutableMap<K,​V>>, Function0<MutableMap<K,​V>>
    Enclosing class:
    Functions0

    private static final class Functions0.NewUnifiedMapFunction<K,​V>
    extends java.lang.Object
    implements Function0<MutableMap<K,​V>>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.eclipse.collections.api.block.function.Function0

        get
    • Constructor Detail

      • NewUnifiedMapFunction

        private NewUnifiedMapFunction()