|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<RecurrenceRule>
com.aspose.email.RecurrenceRuleCollection
public class RecurrenceRuleCollection
Represents a collection of RecurrenceRule
objects.
Method Summary | |
---|---|
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)
|
Methods inherited from class java.util.ArrayList |
---|
add, addAll, addAll, clear, clone, contains, ensureCapacity, indexOf, isEmpty, lastIndexOf, remove, remove, size, toArray, toArray, trimToSize |
Methods inherited from class java.util.AbstractList |
---|
iterator, listIterator, listIterator, subList |
Methods inherited from class java.util.AbstractCollection |
---|
containsAll, removeAll, retainAll, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
containsAll, iterator, listIterator, listIterator, removeAll, retainAll, subList |
Method Detail |
---|
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>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |