HashSet类,是存在于java.util包中的类。...从类 java.util.AbstractSet 继承的方法
equals, hashCode, removeAll
从类 java.util.AbstractCollection 继承的方法
addAll..., containsAll, retainAll, toArray, toArray, toString
从类 java.lang.Object 继承的方法
finalize, getClass, notify..., notifyAll, wait, wait, wait
从接口 java.util.Set 继承的方法
addAll, containsAll, equals, hashCode, removeAll..., retainAll, toArray, toArray
附上数组查重例子
import java.util.HashSet;
public class ttt{
public static