天天看點

Duplicate methods named spliterator with the parameters () and () are inherited from the types Colle

  類繼承自AbstractSet,AbstractList,在有的環境下會出這個錯,莫名其妙。加如下代碼即可:

public Spliterator<Map.Entry<String,String>> spliterator() 
{
     return null;
}      

繼續閱讀