工程导入Eclipse提示:Duplicate methods named spliterator with the parameters () and () are inherited from the types Collection and Iterable求解决方法
代码问题,搜索下spliterator 这个方法所在的类,看看是否重复定义了相同的方法。