集合中元素两两配对

for(int x = 0; x < inputInfo.triggerList.size()-1; x++) { for(int y = x+1; y < inputInfo.triggerList.size();y++) { predictFeature.put("f20="+inputInfo.triggerList.get(x).triggerType + "
相关文章
相关标签/搜索