This is the code used for my Target "beginnerCon" presentation: "Comparing Lists The Right Way (Java Focus)".
The point is to observe performance against different list comparison styles.
Object creation is handled in the service, comparisons are handled in the processor, and main() is in Application.java. You can email me at [email protected] for any questions, comments, or corrections.