欢迎光临散文网 会员登陆 & 注册

马哥Linux高端运维教学总监老王主讲

2022-10-07 23:59 作者:三国尽归许佳琪  | 我要投稿

public static void main(String[] args) {        HashSet<Integer> hashSet = new HashSet<>();        LinkedHashSet<Integer> linkedHashSet = new LinkedHashSet<>();        TreeSet<Integer> treeSet = new TreeSet<>();        for (Integer data : Arrays.asList(5, 4, 3, 6, 8, 9, 10, 50, 30, 90, 111)) {            // hashSet.add(data);            hashSet.add(data);            linkedHashSet.add(data);            treeSet.add(data);        }     


马哥Linux高端运维教学总监老王主讲的评论 (共 条)

分享到微博请遵守国家法律