public class FinalHashSet<E> extends HashSet<E>
Constructor and Description |
---|
FinalHashSet() |
FinalHashSet(E... elements) |
FinalHashSet(Iterable<? extends E> elements) |
Modifier and Type | Method and Description |
---|---|
static <E> FinalHashSet<E> |
copyOf(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 Iterable<E> iterable)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.