E - the element typepublic class NonNullLinkedHashSet<E> extends LinkedHashSet<E>
| Constructor and Description |
|---|
NonNullLinkedHashSet()
Create a new SimpleMappedMetaData.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E o) |
boolean |
addAll(Collection<? extends E> c) |
spliteratorclear, clone, contains, isEmpty, iterator, remove, sizeequals, hashCode, removeAllcontainsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayparallelStream, removeIf, streampublic NonNullLinkedHashSet()
public boolean add(E o)
public boolean addAll(Collection<? extends E> c)
addAll in interface Collection<E>addAll in interface Set<E>addAll in class AbstractCollection<E>Copyright © 2017 JBoss by Red Hat. All rights reserved.