一个排序类,一个排序util? no.no.no…… 使用反射机制,写了一个通用的对象排序util,欢迎指正. 实体类: package entity; public class BaseTypeEntity { public BaseTypeEntity(int i, String sg, double d, float f, short st, long l, char c) { super(); this.i = i; this.sg = sg; this.d = d; this.f =…