Class EntryChange
- java.lang.Object
-
- org.javers.core.diff.changetype.map.EntryChange
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
EntryAddOrRemove,EntryValueChange
public abstract class EntryChange extends java.lang.Object implements java.io.SerializableAny change in a Map- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.ObjectgetKey()AtomicgetWrappedKey()inthashCode()protected abstract java.lang.StringprettyPrint(PrettyValuePrinter valuePrinter)
-
-
-
Method Detail
-
getKey
public java.lang.Object getKey()
-
getWrappedKey
public Atomic getWrappedKey()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
prettyPrint
protected abstract java.lang.String prettyPrint(PrettyValuePrinter valuePrinter)
-
-