Class MultipleComparators<T>

java.lang.Object
org.frankframework.ladybug.larva.MultipleComparators<T>
All Implemented Interfaces:
Comparator<T>

public class MultipleComparators<T> extends Object implements Comparator<T>
  • Constructor Details

  • Method Details

    • compare

      public int compare(T one, T another)
      Specified by:
      compare in interface Comparator<T>