Modifier and Type | Method and Description |
---|---|
WorkWeek |
WorkWeekCollection.get(int index)
Returns the element at the specified index.
|
Modifier and Type | Method and Description |
---|---|
Iterator<WorkWeek> |
WorkWeekCollection.iterator()
Returns an enumerator for this collection.
|
List<WorkWeek> |
WorkWeekCollection.toList()
Converts the WorkWeekCollection object to a list of
WorkWeek objects. |
Modifier and Type | Method and Description |
---|---|
void |
WorkWeekCollection.add(int index,
WorkWeek element)
Inserts the specified element at the specified position in this list.
|
boolean |
WorkWeekCollection.add(WorkWeek e)
Adds WorkWeek instance to this collection object.
|
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.