public class ReordersDetector
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
ReordersDetector.Pair |
class |
ReordersDetector.ReorderedElement |
Constructor and Description |
---|
ReordersDetector(java.util.List list1,
java.util.List list2) |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getReorderedElements()
this method will return a list of reorders detected in the 2 lists passed
to the ReorderDetector class on creation time
|
void |
run() |