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