Class: SubscriberList

SubscriberList

This class represents a list for Subscriber.

new SubscriberList()

Extends

Methods

Clears this list.

inherited contains(item){boolean}

Verifies whether the given item is included in this list.

Name Type Description
item *

Item that should be checked.

Returns:
Type Description
boolean

inherited abstractequals(list)

Compare the specified WidgetHandleList with this instance.

Name Type Description
list *

List that should be compared.

Returns the item for the specified key.

Name Type Description
key string

key that should be searched for

Returns:
Type Description
*

inherited abstractgetItems(){Array}

Returns all items.

Returns:
Type Description
Array

inherited getKeys(){Array}

Returns the keys of all items.

Returns:
Type Description
Array

inherited isEmpty(){boolean}

Verifies whether the list is empty.

Returns:
Type Description
boolean

Adds the specified item to the itemList.

Name Type Description
item *

item that should be added

inherited putAll(listOrArray)

Adds all items in the specified list to the itemList.

Name Type Description
listOrArray *

list of items that should be added

Removes the item from this list for the specified key.

Name Type Description
key string

key that should be searched for

removeSubscriberWithId(subscriberId)

Name Type Description
subscriberId String

Returns the number of items that are included.

Returns:
Type Description
Number

inherited withItems(list){*}

Builder for Item list.

Name Type Description
list *
Returns:
Type Description
*