public class RecurrenceRuleCollection extends ArrayList<RecurrenceRule>
Represents a collection of RecurrenceRule
objects.
Modifier and Type | Method and Description |
---|---|
RecurrenceRule |
add()
Adds a
RecurrenceRule to the collection. |
boolean |
add(RecurrenceRule rule)
Adds a
RecurrenceRule to the collection. |
boolean |
equals(Object obj) |
boolean |
equals(RecurrenceRuleCollection other) |
RecurrenceRule |
get(int index)
Gets or sets a
RecurrenceRule from the collection. |
int |
hashCode() |
RecurrenceRule |
set(int index,
RecurrenceRule value) |
add, addAll, addAll, clear, clone, contains, ensureCapacity, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, size, subList, toArray, toArray, trimToSize
containsAll, toString
containsAll
public RecurrenceRule add()
Adds a RecurrenceRule
to the collection.
public boolean add(RecurrenceRule rule)
Adds a RecurrenceRule
to the collection.
add
in interface Collection<RecurrenceRule>
add
in interface List<RecurrenceRule>
add
in class ArrayList<RecurrenceRule>
rule
- The RecurrenceRule
to add.public RecurrenceRule get(int index)
Gets or sets a RecurrenceRule
from the collection.
get
in interface List<RecurrenceRule>
get
in class ArrayList<RecurrenceRule>
public RecurrenceRule set(int index, RecurrenceRule value)
set
in interface List<RecurrenceRule>
set
in class ArrayList<RecurrenceRule>
public boolean equals(RecurrenceRuleCollection other)
public boolean equals(Object obj)
equals
in interface Collection<RecurrenceRule>
equals
in interface List<RecurrenceRule>
equals
in class AbstractList<RecurrenceRule>
public int hashCode()
hashCode
in interface Collection<RecurrenceRule>
hashCode
in interface List<RecurrenceRule>
hashCode
in class AbstractList<RecurrenceRule>
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.