public class KeyRemoveDiff extends Diff
Modifier and Type | Class and Description |
---|---|
static interface |
KeyRemoveDiff.Processor |
Constructor and Description |
---|
KeyRemoveDiff(java.lang.Object key) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canProcess(Diff.Processor processor) |
protected void |
doProcess(Diff.Processor processor) |
boolean |
equals(java.lang.Object other) |
java.lang.Object |
getKey()
Removed key
|
int |
hashCode() |
java.lang.String |
toString() |
process, walkExpanded
public java.lang.Object getKey()
protected void doProcess(Diff.Processor processor)
protected boolean canProcess(Diff.Processor processor)
canProcess
in class Diff
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object