RecurrenceRuleCollection

Inheritance: java.lang.Object, com.aspose.ms.System.Collections.ObjectModel.Collection

public class RecurrenceRuleCollection extends System.Collections.ObjectModel.Collection<RecurrenceRule>

Represents a collection of RecurrenceRule objects.


Corresponds to a collection of RRULE or EXRULE parts of a recurrence pattern.

Methods

MethodDescription
add()Adds a RecurrenceRule to the collection.
add(RecurrenceRule rule)Adds a RecurrenceRule to the collection.
addItem(T arg0)
clear()
containsItem(T arg0)
copyToTArray(T[] arg0, int arg1)
equals(RecurrenceRuleCollection other)Determines whether the specified RecurrenceRuleCollection is equal to this instance.
equals(Object obj)Determines whether the specified Object is equal to this instance.
get(int index)Gets or sets a RecurrenceRule from the collection.
getClass()
getICollection()
getIList()
getSyncRoot()
get_Item(int arg0)
hashCode()Returns a hash code for this instance.
indexOfItem(T arg0)
insertItem(int arg0, T arg1)
isReadOnly()
iterator()
notify()
notifyAll()
removeAt(int arg0)
removeItem(T arg0)
set(int index, RecurrenceRule value)Gets or sets a RecurrenceRule from the collection.
set_Item(int arg0, T arg1)
size()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

add()

public final RecurrenceRule add()

Adds a RecurrenceRule to the collection.

Returns: RecurrenceRule - The zero-based index of the newly added item.

add(RecurrenceRule rule)

public final int add(RecurrenceRule rule)

Adds a RecurrenceRule to the collection.

Parameters:

ParameterTypeDescription
ruleRecurrenceRuleThe RecurrenceRule to add.

Returns: int - The zero-based index of the newly added item.

addItem(T arg0)

public void addItem(T arg0)

Parameters:

ParameterTypeDescription
arg0T

clear()

public void clear()

containsItem(T arg0)

public boolean containsItem(T arg0)

Parameters:

ParameterTypeDescription
arg0T

Returns: boolean

copyToTArray(T[] arg0, int arg1)

public void copyToTArray(T[] arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0T[]
arg1int

equals(RecurrenceRuleCollection other)

public boolean equals(RecurrenceRuleCollection other)

Determines whether the specified RecurrenceRuleCollection is equal to this instance.

Parameters:

ParameterTypeDescription
otherRecurrenceRuleCollectionThe RecurrenceRuleCollection to compare with this instance.

Returns: boolean - true if the specified RecurrenceRuleCollection is equal to this instance; otherwise, false .

equals(Object obj)

public boolean equals(Object obj)

Determines whether the specified Object is equal to this instance.

Parameters:

ParameterTypeDescription
objjava.lang.ObjectThe Object to compare with this instance.

Returns: boolean - true if the specified Object is equal to this instance; otherwise, false .

get(int index)

public RecurrenceRule get(int index)

Gets or sets a RecurrenceRule from the collection.

Parameters:

ParameterTypeDescription
indexinta int.

Returns: RecurrenceRule - a RecurrenceRule object.

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getICollection()

public System.Collections.ICollection getICollection()

Returns: com.aspose.ms.System.Collections.ICollection

getIList()

public System.Collections.IList getIList()

Returns: com.aspose.ms.System.Collections.IList

getSyncRoot()

public Object getSyncRoot()

Returns: java.lang.Object

get_Item(int arg0)

public T get_Item(int arg0)

Parameters:

ParameterTypeDescription
arg0int

Returns: T

hashCode()

public int hashCode()

Returns a hash code for this instance.

Returns: int - A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

indexOfItem(T arg0)

public int indexOfItem(T arg0)

Parameters:

ParameterTypeDescription
arg0T

Returns: int

insertItem(int arg0, T arg1)

public void insertItem(int arg0, T arg1)

Parameters:

ParameterTypeDescription
arg0int
arg1T

isReadOnly()

public boolean isReadOnly()

Returns: boolean

iterator()

public System.Collections.Generic.IGenericEnumerator<T> iterator()

Returns: com.aspose.ms.System.Collections.Generic.IGenericEnumerator

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

removeAt(int arg0)

public void removeAt(int arg0)

Parameters:

ParameterTypeDescription
arg0int

removeItem(T arg0)

public boolean removeItem(T arg0)

Parameters:

ParameterTypeDescription
arg0T

Returns: boolean

set(int index, RecurrenceRule value)

public void set(int index, RecurrenceRule value)

Gets or sets a RecurrenceRule from the collection.

Parameters:

ParameterTypeDescription
indexinta int.
valueRecurrenceRulea RecurrenceRule object.

set_Item(int arg0, T arg1)

public void set_Item(int arg0, T arg1)

Parameters:

ParameterTypeDescription
arg0int
arg1T

size()

public int size()

Returns: int

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int