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, spliteratorequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArrayparallelStream, removeIf, streampublic 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.