Class FlexGenericComparator<T>

java.lang.Object
flexagon.ff.common.core.utils.FlexGenericComparator<T>
All Implemented Interfaces:
Comparator<T>

public class FlexGenericComparator<T> extends Object implements Comparator<T>
Compare objects as per multiple attributes in sequence.
  • Constructor Details

    • FlexGenericComparator

      public FlexGenericComparator(String... pGetMethodNames)
  • Method Details