HashSet<String> hSet = new HashSet<>(); hSet.add("ZS"); List<String> mList= new ArrayList<>(hSet); LogUtil.e("mList" + mList.toString());