|
||||||||
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
com.aspose.network.RecurrenceRuleCollection
public class RecurrenceRuleCollection
Represents a collection of RecurrenceRule
objects.
Corresponds to a collection of RRULE or EXRULE parts of a recurrence pattern.
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()
|
void |
set(int index,
RecurrenceRule value)
|
Methods inherited from class java.util.ArrayList |
---|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, indexOf, isEmpty, lastIndexOf, remove, remove, set, 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.
rule
- The RecurrenceRule
to add.
public RecurrenceRule get(int index)
Gets or sets a RecurrenceRule
from the collection.
get
in interface List
get
in class ArrayList
public void set(int index, RecurrenceRule value)
public boolean equals(RecurrenceRuleCollection other)
public boolean equals(Object obj)
equals
in interface Collection
equals
in interface List
equals
in class AbstractList
public int hashCode()
hashCode
in interface Collection
hashCode
in interface List
hashCode
in class AbstractList
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |