RangeCollection

RangeCollection class

Encapsulates a collection of Range objects.

Methods

NameDescription
add(range)Adds a Range item to the collection.
addRange()
clear()
contains()Reserved for internal use.
get(index)Gets the Range element at the specified index.
get()Reserved for internal use.
getCount()
indexOf()Reserved for internal use.
iterator()
removeAt()

add(range)

Adds a Range item to the collection.

ParameterTypeDescription
rangeRangeRange object

Returns: Number — Number

addRange()

clear()

contains()

Reserved for internal use.

get(index)

Gets the Range element at the specified index.

ParameterTypeDescription
indexNumberThe zero based index of the element.

Returns: Range — Range The element at the specified index.

get()

Reserved for internal use.

getCount()

indexOf()

Reserved for internal use.

iterator()

removeAt()