Package akka.cluster.ddata.protobuf
Class ReplicatedDataSerializer.ORMultiMapEntryComparator$
- java.lang.Object
 - 
- akka.cluster.ddata.protobuf.ReplicatedDataSerializer.KeyComparator<ReplicatedDataMessages.ORMultiMap.Entry>
 - 
- akka.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMultiMapEntryComparator$
 
 
 
- 
- All Implemented Interfaces:
 java.util.Comparator<ReplicatedDataMessages.ORMultiMap.Entry>
- Enclosing class:
 - ReplicatedDataSerializer
 
public static class ReplicatedDataSerializer.ORMultiMapEntryComparator$ extends ReplicatedDataSerializer.KeyComparator<ReplicatedDataMessages.ORMultiMap.Entry>
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ReplicatedDataSerializer.ORMultiMapEntryComparator$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description ORMultiMapEntryComparator$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetKey(ReplicatedDataMessages.ORMultiMap.Entry e)Get the key from the entry.- 
Methods inherited from class akka.cluster.ddata.protobuf.ReplicatedDataSerializer.KeyComparator
compare 
 - 
 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final ReplicatedDataSerializer.ORMultiMapEntryComparator$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
getKey
public java.lang.Object getKey(ReplicatedDataMessages.ORMultiMap.Entry e)
Description copied from class:ReplicatedDataSerializer.KeyComparatorGet the key from the entry. The key may be a String, Int, Long, or OtherMessage- Specified by:
 getKeyin classReplicatedDataSerializer.KeyComparator<ReplicatedDataMessages.ORMultiMap.Entry>- Parameters:
 e- The protobuf entry used with Map types- Returns:
 - The Key
 
 
 - 
 
 -