public class FinalHashSet<E> extends HashSet<E>
Constructor and Description |
---|
FinalHashSet() |
FinalHashSet(E... elements) |
FinalHashSet(@NotNull Iterable<? extends E> elements) |
Modifier and Type | Method and Description |
---|---|
static <E> FinalHashSet<E> |
copyOf(@Nullable Iterable<E> iterable) |
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator
equals, hashCode, removeAll
addAll, containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
parallelStream, removeIf, stream
public FinalHashSet()
public FinalHashSet(E... elements)
public static <E> FinalHashSet<E> copyOf(@Nullable @Nullable Iterable<E> iterable)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.