T - Tpublic class CustomHashedHashSet<T> extends HashSet<T>
| 构造器和说明 |
|---|
CustomHashedHashSet(Hasher hasher) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
add(T o) |
boolean |
addAll(Collection<? extends T> c) |
void |
clear() |
Object |
clone() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
Iterator<T> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
isEmpty, size, spliteratorequals, hashCodetoArray, toArray, toStringparallelStream, removeIf, streampublic CustomHashedHashSet(Hasher hasher)
public boolean removeAll(Collection<?> c)
removeAll 在接口中 Collection<T>removeAll 在接口中 Set<T>removeAll 在类中 AbstractSet<T>public boolean containsAll(Collection<?> c)
containsAll 在接口中 Collection<T>containsAll 在接口中 Set<T>containsAll 在类中 AbstractCollection<T>public boolean addAll(Collection<? extends T> c)
addAll 在接口中 Collection<T>addAll 在接口中 Set<T>addAll 在类中 AbstractCollection<T>public boolean retainAll(Collection<?> c)
retainAll 在接口中 Collection<T>retainAll 在接口中 Set<T>retainAll 在类中 AbstractCollection<T>public boolean contains(Object o)
public boolean remove(Object o)
public void clear()
Copyright © 2019. All rights reserved.