public class HashSetForSet extends HashSet
Constructor and Description |
---|
HashSetForSet() |
HashSetForSet(int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator
removeAll
addAll, containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, containsAll, removeAll, retainAll, toArray, toArray
parallelStream, removeIf, stream
public HashSetForSet()
public HashSetForSet(int initialCapacity)
public int hashCode()
hashCode
in interface Collection
hashCode
in interface Set
hashCode
in class AbstractSet
public boolean equals(Object o)
equals
in interface Collection
equals
in interface Set
equals
in class AbstractSet
Copyright © 2005–2020. All rights reserved.