org.jboss.metadata.javaee.support
E
- the element typepublic class NonNullLinkedHashSet<E> extends LinkedHashSet<E>
Overrides LinkedHashSet to disallow null values
Constructor and Description |
---|
NonNullLinkedHashSet()
Create a new SimpleMappedMetaData.
|
Modifier and Type | Method and Description |
---|---|
boolean |
add(E o) |
boolean |
addAll(Collection<? extends E> c) |
clear, clone, contains, isEmpty, iterator, remove, size
equals, hashCode, removeAll
containsAll, retainAll, toArray, toArray, toString
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 © 2015 JBoss by Red Hat. All rights reserved.