org.jboss.metadata.javaee.support
Class NonNullLinkedHashSetWithId<E>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<E>
java.util.LinkedHashSet<E>
org.jboss.metadata.javaee.support.NonNullLinkedHashSet<E>
org.jboss.metadata.javaee.support.NonNullLinkedHashSetWithId<E>
- Type Parameters:
E
- the element type
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<E>, Collection<E>, Set<E>, IdMetaData
- Direct Known Subclasses:
- InterceptorClassesMetaData
public class NonNullLinkedHashSetWithId<E>
- extends NonNullLinkedHashSet<E>
- implements IdMetaData
NonNullLinkedHashSet
Overrides LinkedHashSet to disallow null values
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
- See Also:
- Serialized Form
Methods inherited from interface java.util.Set |
clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
NonNullLinkedHashSetWithId
public NonNullLinkedHashSetWithId()
- Create a new NonNullLinkedHashSetWithId
getId
public String getId()
- Description copied from interface:
IdMetaData
- Get the id.
- Specified by:
getId
in interface IdMetaData
- Returns:
- the id.
setId
public void setId(String id)
- Description copied from interface:
IdMetaData
- Set the id.
- Specified by:
setId
in interface IdMetaData
- Parameters:
id
- the id.
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.