connections.sort 方法使用
Collections.sort(performers, new Comparator<Performer>() {public int compare(Performer o1, Performer o2) {return o1.getSortId().compareTo(o2.getSortId());}});