E
- the element typepublic class NonNullLinkedHashSetWithId<E> extends NonNullLinkedHashSet<E> implements IdMetaData
Constructor and Description |
---|
NonNullLinkedHashSetWithId()
Create a new NonNullLinkedHashSetWithId
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
Get the id.
|
void |
setId(String id)
Set the id.
|
add, addAll
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 NonNullLinkedHashSetWithId()
public String getId()
IdMetaData
getId
in interface IdMetaData
public void setId(String id)
IdMetaData
setId
in interface IdMetaData
id
- the id.Copyright © 2016 JBoss by Red Hat. All rights reserved.