delete duplicates in java arraylist

前端 未结 4 1627
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-23 14:16

Thanks Marko. I rewrite the code. try to make it simple. this time it can really compile. but it can only delete duplicate items sit next to each other. for example, if i put in

4条回答
  •  后悔当初
    2021-01-23 14:47

    SetListIterator is a class indirectly referenced by your code, but it is not on the classpath. When setting up your project you forgot to copy that source file in addition to SetListType, or it could be that you are compiling this outside an IDE and simply failed to compile that class.

提交回复
热议问题