赞
踩
list.removeAll(Collections.singleton(new Object()))
我是要删除Map,所以是
list.removeAll(Collections.singleton(new HashMap()))
运行结果