public class KeysRemoveDiff extends Diff
KeyRemoveDiff
.
Top-level diff.Modifier and Type | Class and Description |
---|---|
static interface |
KeysRemoveDiff.Processor |
Constructor and Description |
---|
KeysRemoveDiff(java.util.Set<java.lang.Object> keys) |
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.util.Set<java.lang.Object> |
getKeys()
Removed keys
|
int |
hashCode() |
java.lang.String |
toString() |
protected boolean |
walkExpanded(RamaFunction1 fn) |
public java.util.Set<java.lang.Object> getKeys()
protected boolean walkExpanded(RamaFunction1 fn)
walkExpanded
in class Diff
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