Class ListComparator<T>

java.lang.Object
org.faktorips.util.collections.ListComparator<T>
All Implemented Interfaces:
Serializable, Comparator<List<T>>

public class ListComparator<T> extends Object implements Comparator<List<T>>, Serializable
Compares two lists in their current order that means it compares the list one element after the other.
Author:
dirmeier
See Also:
  • Constructor Details

    • ListComparator

      public ListComparator(Comparator<T> elementComparator)
  • Method Details