|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ElementIdSet<T>
Field Summary | |
---|---|
static String |
SEPARATOR
|
Method Summary | |
---|---|
ElementIdSet<T> |
add(T elementIdItem)
Adds the specified element to the set if not present. |
ElementIdSet<T> |
addAll(ElementIdSet<T> elementIdSet)
Add all ids to the Set. |
ElementIdSet<T> |
addAll(T... elementIdItems)
Adds the specified element to the set if not present. |
boolean |
contains(T elementIdItem)
Returns true if this set contains the specified identification. |
boolean |
isEmpty()
|
int |
size()
|
T[] |
toArray()
Returns an array containing the elements of the set. |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Field Detail |
---|
static final String SEPARATOR
Method Detail |
---|
ElementIdSet<T> add(T elementIdItem)
elementIdItem
- Identification to add.ElementIdSet<T> addAll(T... elementIdItems)
elementIdItems
- Item to add.ElementIdSet<T> addAll(ElementIdSet<T> elementIdSet)
elementIdSet
- Identification Set to add.T[] toArray()
boolean contains(T elementIdItem)
elementIdItem
- Identification whose presence in this set is to be tested.
int size()
boolean isEmpty()
|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |