News

private BeanComparator comparator = new BeanComparator("name"); The line that does all the work is in the compareTo method. return this.comparator.compare(this, o); ...