Modifier and Type | Method and Description |
---|---|
TaskBaseline |
TaskBaselineCollection.get(int index)
(@inheritDoc}
|
TaskBaseline |
TaskBaselineCollection.remove(int index)
Removes the element at the specified position in this collection and returns the element that was removed from
the collection.
|
Modifier and Type | Method and Description |
---|---|
List<TaskBaseline> |
TaskBaselineCollection.toList()
Converts the TaskBaselineCollection object to a list of
TaskBaseline objects. |
Modifier and Type | Method and Description |
---|---|
int |
TaskBaseline.compareTo(TaskBaseline other)
IComparable interface implementation.
|
boolean |
TaskBaseline.equals(TaskBaseline other)
Returns a value indicating whether this instance is equal to the specified TaskBaseline object.
|