Modifier and Type | Method and Description |
---|---|
AvailabilityPeriod |
AvailabilityPeriodCollection.get(int index)
Gets the parent
Resource for this object. |
AvailabilityPeriod |
AvailabilityPeriodCollection.remove(int index)
Removes the element at the specified position in this collection and returns the element that was removed from
the collection.
|
AvailabilityPeriod |
AvailabilityPeriodCollection.set(int index,
AvailabilityPeriod item)
Replaces the element at the specified position in this list with the specified element.
|
Modifier and Type | Method and Description |
---|---|
Iterator<AvailabilityPeriod> |
AvailabilityPeriodCollection.iterator()
Returns an iterator over elements from this collection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AvailabilityPeriodCollection.add(AvailabilityPeriod item)
Adds the specified item to this collection.
|
boolean |
AvailabilityPeriodCollection.contains(AvailabilityPeriod item)
Returns true if the specified item is found in this collection; otherwise, false.
|
void |
AvailabilityPeriodCollection.copyTo(AvailabilityPeriod[] array,
int arrayIndex)
Copies the elements of this collection to the specified array, starting at the specified array index.
|
AvailabilityPeriod |
AvailabilityPeriodCollection.set(int index,
AvailabilityPeriod item)
Replaces the element at the specified position in this list with the specified element.
|