Lines Matching defs:ParamModel
88 private static class ParamModel {
119 private List<ParamModel> result = new ArrayList<>();
151 public List<ParamModel> getResult() {
154 public void setResult(List<ParamModel> result) {
173 List<ParamModel> resList = getDuplicateResList(fileList);
178 List<ParamModel> filterList = new ArrayList<>();
179 for (ParamModel model : resList) {
208 private List<ParamModel> getDuplicateResList(List<String> fileList) throws IOException, NoSuchAlgorithmException {
209 List<ParamModel> resList = new ArrayList<>();
213 for (ParamModel element : resList) {
223 ParamModel model = new ParamModel();
267 private static String getResultHtml(List<ParamModel> models) {
271 ParamModel model = models.get(i);