Class BeanComparator<T extends Bean>

  • All Implemented Interfaces:
    Comparator<T>

    public class BeanComparator<T extends Bean>
    extends Object
    implements Comparator<T>
    A comparator used with properties of Beans
    • Constructor Detail

      • BeanComparator

        public BeanComparator​(Property<?,​? super T> property)
    • Method Detail

      • getProperty

        public Property<?,​? super T> getProperty()