Java List去重

49 阅读1分钟

1. 使用HashSet去重

2. 使用Java 8 Stream API去重

3. 使用LinkedHashSet保持插入顺序去重

4. 使用LinkedHashSet保持插入顺序去重

5. 使用retainAll()方法