public class BIPDataHashSet<V> extends AbstractSet<V>
| 构造器和说明 |
|---|
BIPDataHashSet(BitIntPathData<V> data) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
add(V e) |
void |
clear() |
boolean |
contains(Object o) |
Iterator<V> |
iterator() |
boolean |
remove(Object o) |
int |
size() |
equals, hashCode, removeAlladdAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringaddAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic BIPDataHashSet(BitIntPathData<V> data)
public boolean contains(Object o)
contains 在接口中 Collection<V>contains 在接口中 Set<V>contains 在类中 AbstractCollection<V>public boolean remove(Object o)
remove 在接口中 Collection<V>remove 在接口中 Set<V>remove 在类中 AbstractCollection<V>public boolean add(V e)
add 在接口中 Collection<V>add 在接口中 Set<V>add 在类中 AbstractCollection<V>public void clear()
clear 在接口中 Collection<V>clear 在接口中 Set<V>clear 在类中 AbstractCollection<V>public int size()
size 在接口中 Collection<V>size 在接口中 Set<V>size 在类中 AbstractCollection<V>Copyright © 2020. All rights reserved.