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) |
spliterator
clear, clone, contains, isEmpty, iterator, remove, size
equals, hashCode, removeAll
containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
parallelStream, removeIf, stream
public 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 © 2019 JBoss, a division of Red Hat, Inc.. All Rights Reserved.