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, addAllspliteratorclear, 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 NonNullLinkedHashSetWithId()
public String getId()
IdMetaDatagetId in interface IdMetaDatapublic void setId(String id)
IdMetaDatasetId in interface IdMetaDataid - the id.Copyright © 2017 JBoss by Red Hat. All rights reserved.