Class LWWMap$

  • All Implemented Interfaces:
    java.io.Serializable

    public class LWWMap$
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static LWWMap$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      LWWMap$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      LWWMap<java.lang.Object,​java.lang.Object> apply()  
      <A,​B>
      LWWMap<A,​B>
      create()
      Java API
      <A,​B>
      LWWMap<A,​B>
      empty()  
      <A,​B>
      scala.Option<scala.collection.immutable.Map<A,​B>>
      unapply​(LWWMap<A,​B> m)
      Extract the LWWMap.entries().
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final LWWMap$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • LWWMap$

        public LWWMap$()
    • Method Detail

      • empty

        public <A,​B> LWWMap<A,​B> empty()
      • apply

        public LWWMap<java.lang.Object,​java.lang.Object> apply()
      • create

        public <A,​B> LWWMap<A,​B> create()
        Java API
      • unapply

        public <A,​B> scala.Option<scala.collection.immutable.Map<A,​B>> unapply​(LWWMap<A,​B> m)
        Extract the LWWMap.entries().