Package org.apache.pekko.cluster.ddata
Class LWWMapKey<A,B> 
- All Implemented Interfaces:
- Serializable,- ReplicatedDataSerialization,- scala.Equals,- scala.Product
public final class LWWMapKey<A,B> 
extends Key<LWWMap<A,B>>
implements ReplicatedDataSerialization, scala.Product, Serializable 
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription_id()static <A,B> LWWMapKey<A, B> boolean<A,B> LWWMapKey<A, B> <A,B> String intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>static <A,B> scala.Option<String> Methods inherited from class org.apache.pekko.cluster.ddata.Keyequals, hashCode, id, toString, unapplyMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.EqualsequalsMethods inherited from interface scala.ProductproductElementNames
- 
Constructor Details- 
LWWMapKey
 
- 
- 
Method Details- 
create
- 
apply
- 
unapply
- 
_id
- 
copy
- 
copy$default$1
- 
productPrefix- Specified by:
- productPrefixin interface- scala.Product
 
- 
productAritypublic int productArity()- Specified by:
- productArityin interface- scala.Product
 
- 
productElement- Specified by:
- productElementin interface- scala.Product
 
- 
productIterator- Specified by:
- productIteratorin interface- scala.Product
 
- 
canEqual- Specified by:
- canEqualin interface- scala.Equals
 
- 
productElementName- Specified by:
- productElementNamein interface- scala.Product
 
 
-