private static class Difference.Reshuffled extends java.lang.Object implements Difference.DifferenceElement
| Modifier and Type | Field and Description |
|---|---|
(package private) CsmMix |
element |
(package private) CsmMix |
previousOrder |
| Constructor and Description |
|---|
Reshuffled(CsmMix previousOrder,
CsmMix element) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
CsmMix |
getElement()
Return the CsmElement considered in this DifferenceElement.
|
int |
hashCode() |
boolean |
isAdded() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitadded, kept, removedpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic CsmMix getElement()
Difference.DifferenceElementgetElement in interface Difference.DifferenceElementpublic boolean isAdded()
isAdded in interface Difference.DifferenceElement