com.hframework.common.util.collect.DataContainer Maven / Gradle / Ivy
package com.hframework.common.util.collect;
import org.springframework.util.CollectionUtils;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.*;
/**
* 数据容器
* User: zhangqh6
* Date: 2015/11/3 13:40:40
*/
public class DataContainer {
//原始数据列表
private List originalList;
//数据容器分组条件列表
private List