Modifier and Type | Method and Description |
---|---|
SplitPart |
SplitPartCollection.get(int index)
Retrieves a task's split part at the given index.
|
SplitPart |
SplitPartCollection.set(int index,
SplitPart value)
Sets a task's split part at the given index.
|
SplitPart[] |
SplitPartCollection.toArray()
Copies all parts from the collection to a new array.
|
Modifier and Type | Method and Description |
---|---|
SplitPart |
SplitPartCollection.set(int index,
SplitPart value)
Sets a task's split part at the given index.
|