Set<E>
public interface Set<E> extends Collection<E>
Inherited
java.util.Collection<E>
Methods
defaultCollection<E>.removeIf(filter)→booleandefaultCollection<E>.stream()→Stream<E>defaultCollection<E>.parallelStream()→Stream<E>
defaultSet<E>.spliterator()→Spliterator<E>
Set<E>.clear()→void
Set<E>.isEmpty()→boolean
Set<E>.equals(o)→booleanObjecto
Set<E>.contains(o)→booleanObjecto
Set<E>.remove(o)→booleanObjecto
Set<E>.add(e)→booleanEe
Set<E>.addAll(c)→booleanCollection<? extends E>cObjecto
Set<E>.containsAll(c)→booleanCollection<? extends E>c
Set<E>.removeAll(c)→booleanCollection<? extends E>c
Set<E>.retainAll(c)→booleanCollection<? extends E>c
Set<E>.size()→intSet<E>.hashCode()→int
Set<E>.iterator()→Iterator<E>Set<E>.toArray()→Object[]]Set<E>.toArray(a)→T[]T[]a