[System.Collections] element index

Package indexes

All elements
a c d e f g h i k l m n o p r s t v _
_
top
__construct
TPriorityList::__construct() in TPriorityList.php
Constructor.
__construct
Constructor.
__construct
Constructor.
__construct
TPriorityMap::__construct() in TPriorityMap.php
Constructor.
__construct
TQueue::__construct() in TQueue.php
Constructor.
__construct
Constructor.
__construct
TStack::__construct() in TStack.php
Constructor.
__construct
Constructor.
__construct
TPagedList::__construct() in TPagedList.php
Constructor.
__construct
TPagedMapIterator::__construct() in TPagedDataSource.php
Constructor.
__construct
Constructor.
__construct
TDummyDataSource::__construct() in TDummyDataSource.php
Constructor.
__construct
Constructor.
__construct
Constructor.
__construct
TPagedListIterator::__construct() in TPagedDataSource.php
Constructor.
__construct
Constructor.
__construct
Constructor.
__get
TAttributeCollection::__get() in TAttributeCollection.php
Returns a property value or an event handler list by property or event name.
__set
TAttributeCollection::__set() in TAttributeCollection.php
Sets value of a component property.
a
top
add
TPriorityMap::add() in TPriorityMap.php
Adds an item into the map. A third parameter may be used to set the priority of the item within the map. Priority is primarily used during when flattening the map into an array where order may be and important factor of the key-value pairs within the array.
add
TPriorityList::add() in TPriorityList.php
Appends an item into the list at the end of the specified priority. The position of the added item may not be at the end of the list.
add
TMap::add() in TMap.php
Adds an item into the map.
add
TList::add() in TList.php
Appends an item at the end of the list.
add
TAttributeCollection::add() in TAttributeCollection.php
Adds an item into the map.
c
top
canGetProperty
TAttributeCollection::canGetProperty() in TAttributeCollection.php
Determines whether a property can be read.
canSetProperty
TAttributeCollection::canSetProperty() in TAttributeCollection.php
Determines whether a property can be set.
clear
TMap::clear() in TMap.php
Removes all items in the map.
clear
TPriorityMap::clear() in TPriorityMap.php
Removes all items in the map. remove is called on all items.
clear
TStack::clear() in TStack.php
Removes all items in the stack.
clear
TQueue::clear() in TQueue.php
Removes all items in the queue.
clear
TPriorityList::clear() in TPriorityList.php
Removes all items in the priority list by calling removeAtIndexInPriority from the last item to the first.
clear
TList::clear() in TList.php
Removes all items in the list.
contains
TMap::contains() in TMap.php
contains
TAttributeCollection::contains() in TAttributeCollection.php
Returns whether the specified is in the map.
contains
TPriorityList::contains() in TPriorityList.php
contains
TPriorityMap::contains() in TPriorityMap.php
contains
TList::contains() in TList.php
contains
TStack::contains() in TStack.php
contains
TQueue::contains() in TQueue.php
copyFrom
TPriorityList::copyFrom() in TPriorityList.php
Copies iterable data into the priority list.
copyFrom
TPriorityMap::copyFrom() in TPriorityMap.php
Copies iterable data into the map.
copyFrom
TQueue::copyFrom() in TQueue.php
Copies iterable data into the queue.
copyFrom
TList::copyFrom() in TList.php
Copies iterable data into the list.
copyFrom
TStack::copyFrom() in TStack.php
Copies iterable data into the stack.
copyFrom
TMap::copyFrom() in TMap.php
Copies iterable data into the map.
count
TQueue::count() in TQueue.php
Returns the number of items in the queue.
count
TPriorityMap::count() in TPriorityMap.php
Returns the number of items in the map.
count
TMap::count() in TMap.php
Returns the number of items in the map.
count
TStack::count() in TStack.php
Returns the number of items in the stack.
count
TPriorityList::count() in TPriorityList.php
Returns the number of items in the list.
count
TDummyDataSource::count() in TDummyDataSource.php
Returns the number of (virtual) items in the data source.
count
TPagedDataSource::count() in TPagedDataSource.php
Returns the number of items in the current page.
count
TList::count() in TList.php
Returns the number of items in the list.
createListItem
TListItemCollection::createListItem() in TListItemCollection.php
Creates a list item object.
createNewListItem
TListItemCollection::createNewListItem() in TListItemCollection.php
current
Returns the current array item.
current
TPagedListIterator::current() in TPagedDataSource.php
Returns the current array item.
current
TDummyDataSourceIterator::current() in TDummyDataSource.php
Returns the current array item.
current
Returns the current array item.
current
Returns the current array element.
current
TPagedMapIterator::current() in TPagedDataSource.php
Returns the current array item.
current
Returns the current array item.
d
top
dequeue
TQueue::dequeue() in TQueue.php
Removes and returns the object at the beginning of the queue.
e
top
enqueue
TQueue::enqueue() in TQueue.php
Adds an object to the end of the queue.
f
top
findIndexByText
TListItemCollection::findIndexByText() in TListItemCollection.php
Finds the lowest cardinal index of the item whose text is the one being looked for.
findIndexByValue
TListItemCollection::findIndexByValue() in TListItemCollection.php
Finds the lowest cardinal index of the item whose value is the one being looked for.
findItemByText
TListItemCollection::findItemByText() in TListItemCollection.php
Finds the item whose text is the one being looked for.
findItemByValue
TListItemCollection::findItemByValue() in TListItemCollection.php
Finds the item whose value is the one being looked for.
flattenPriorities
This flattens the priority map into a flat array [0,...,n-1]
flattenPriorities
This flattens the priority list into a flat array [0,...,n-1]
g
top
getAllowCustomPaging
getAllowPaging
TPagedDataSource::getAllowPaging() in TPagedDataSource.php
getCaseSensitive
TAttributeCollection::getCaseSensitive() in TAttributeCollection.php
getCount
TDummyDataSource::getCount() in TDummyDataSource.php
getCount
TPagedList::getCount() in TPagedList.php
getCount
TStack::getCount() in TStack.php
getCount
TPriorityList::getCount() in TPriorityList.php
Returns the total number of items in the list
getCount
TPagedDataSource::getCount() in TPagedDataSource.php
getCount
TList::getCount() in TList.php
getCount
TMap::getCount() in TMap.php
getCount
TQueue::getCount() in TQueue.php
getCount
TPriorityMap::getCount() in TPriorityMap.php
getCurrentPageIndex
getCurrentPageIndex
getCustomPaging
getData
getDataSource
TPagedDataSource::getDataSource() in TPagedDataSource.php
getDataSourceCount
getDefaultPriority
getDefaultPriority
getFirstIndexInPage
getIsFirstPage
getIsFirstPage
TPagedDataSource::getIsFirstPage() in TPagedDataSource.php
getIsLastPage
TPagedList::getIsLastPage() in TPagedList.php
getIsLastPage
TPagedDataSource::getIsLastPage() in TPagedDataSource.php
getIterator
Returns an iterator for traversing the items in the list.
getIterator
TPriorityMap::getIterator() in TPriorityMap.php
Returns an iterator for traversing the items in the map.
getIterator
TPriorityList::getIterator() in TPriorityList.php
Returns an iterator for traversing the items in the list.
getIterator
Returns an iterator for traversing the items in the list.
getIterator
TQueue::getIterator() in TQueue.php
Returns an iterator for traversing the items in the queue.
getIterator
TStack::getIterator() in TStack.php
Returns an iterator for traversing the items in the stack.
getIterator
TDummyDataSource::getIterator() in TDummyDataSource.php
getIterator
TPagedDataSource::getIterator() in TPagedDataSource.php
getIterator
TPagedList::getIterator() in TPagedList.php
getKeys
TPriorityMap::getKeys() in TPriorityMap.php
Returns the keys within the map ordered through the priority of each key-value pair
getKeys
TMap::getKeys() in TMap.php
getLimit
getNewPageIndex
getOffset
getOldPageIndex
getPageCount
TPagedList::getPageCount() in TPagedList.php
getPageCount
TPagedDataSource::getPageCount() in TPagedDataSource.php
getPageSize
TPagedList::getPageSize() in TPagedList.php
getPageSize
TPagedDataSource::getPageSize() in TPagedDataSource.php
getPrecision
TPriorityList::getPrecision() in TPriorityList.php
getPrecision
TPriorityMap::getPrecision() in TPriorityMap.php
getPriorities
TPriorityList::getPriorities() in TPriorityList.php
This returns a list of the priorities within this list, ordered lowest to highest.
getPriorities
TPriorityMap::getPriorities() in TPriorityMap.php
This returns a list of the priorities within this map, ordered lowest to highest.
getPriorityCount
Gets the number of items at a priority within the map.
getPriorityCount
Gets the number of items at a priority within the list
getReadOnly
TPriorityMap::getReadOnly() in TPriorityMap.php
getReadOnly
getReadOnly
getVirtualCount
getVirtualItemCount
gotoPage
TPagedList::gotoPage() in TPagedList.php
Changes to a page with the specified page index.
h
top
hasProperty
TAttributeCollection::hasProperty() in TAttributeCollection.php
Determines whether a property is defined.
i
top
indexOf
TPriorityList::indexOf() in TPriorityList.php
indexOf
TPagedList::indexOf() in TPagedList.php
indexOf
TList::indexOf() in TList.php
insertAfter
TPriorityList::insertAfter() in TPriorityList.php
This inserts an item after another item within the list. It uses the same priority as the found index item and places the new item after it.
insertAfter
Finds the base item. If found, the item is inserted after it.
insertAt
TPriorityList::insertAt() in TPriorityList.php
Inserts an item at an index. It reads the priority of the item at index within the flattened list and then inserts the item at that priority-index.
insertAt
TListItemCollection::insertAt() in TListItemCollection.php
Inserts an item into the collection.
insertAt
TList::insertAt() in TList.php
Inserts an item at the specified position.
insertAtIndexInPriority
Inserts an item at the specified index within a priority. Override and call this method to insert your own functionality.
insertBefore
Finds the base item. If found, the item is inserted before it.
insertBefore
TPriorityList::insertBefore() in TPriorityList.php
This inserts an item before another item within the list. It uses the same priority as the found index item and places the new item before it.
itemAt
TPriorityList::itemAt() in TPriorityList.php
Returns the item at the index of a flattened priority list.
itemAt
TPriorityMap::itemAt() in TPriorityMap.php
Returns the item with the specified key. If a priority is specified, only items
itemAt
TPagedList::itemAt() in TPagedList.php
Returns the item at the specified offset.
itemAt
TAttributeCollection::itemAt() in TAttributeCollection.php
Returns the item with the specified key.
itemAt
TMap::itemAt() in TMap.php
Returns the item with the specified key.
itemAt
TList::itemAt() in TList.php
Returns the item at the specified offset.
itemAtIndexInPriority
Returns the item at an index within a priority
itemsAtPriority
Gets all the items at a specific priority.
itemsAtPriority
Gets all the items at a specific priority.
k
top
key
TQueueIterator::key() in TQueue.php
Returns the key of the current array item.
key
TStackIterator::key() in TStack.php
Returns the key of the current array item.
key
TPagedMapIterator::key() in TPagedDataSource.php
Returns the key of the current array item.
key
TPagedListIterator::key() in TPagedDataSource.php
Returns the key of the current array item.
key
Returns the key of the current array item.
key
Returns the key of the current array element.
key
TDummyDataSourceIterator::key() in TDummyDataSource.php
Returns the key of the current array item.
l
top
loadState
TListItemCollection::loadState() in TListItemCollection.php
Loads state into every item in the collection.
m
top
mergeWith
TPriorityMap::mergeWith() in TPriorityMap.php
Merges iterable data into the map.
mergeWith
TPriorityList::mergeWith() in TPriorityList.php
Merges iterable data into the priority list.
mergeWith
TMap::mergeWith() in TMap.php
Merges iterable data into the map.
mergeWith
TList::mergeWith() in TList.php
Merges iterable data into the map.
n
top
next
Moves the internal pointer to the next array item.
next
Moves the internal pointer to the next array item.
next
TPagedMapIterator::next() in TPagedDataSource.php
Moves the internal pointer to the next array item.
next
TPagedListIterator::next() in TPagedDataSource.php
Moves the internal pointer to the next array item.
next
Moves the internal pointer to the next array element.
next
TDummyDataSourceIterator::next() in TDummyDataSource.php
Moves the internal pointer to the next array item.
next
Moves the internal pointer to the next array item.
nextPage
TPagedList::nextPage() in TPagedList.php
Switches to the next page.
o
top
offsetExists
Returns whether there is an element at the specified offset.
offsetExists
TPagedList::offsetExists() in TPagedList.php
Returns whether there is an item at the specified offset.
offsetExists
TPriorityMap::offsetExists() in TPriorityMap.php
Returns whether there is an element at the specified offset.
offsetExists
Returns whether there is an item at the specified offset.
offsetExists
TPriorityList::offsetExists() in TPriorityList.php
Returns whether there is an element at the specified offset.
offsetGet
TPriorityList::offsetGet() in TPriorityList.php
Returns the element at the specified offset.
offsetGet
TPriorityMap::offsetGet() in TPriorityMap.php
Returns the element at the specified offset.
offsetGet
TPagedList::offsetGet() in TPagedList.php
Returns the item at the specified offset.
offsetGet
TMap::offsetGet() in TMap.php
Returns the element at the specified offset.
offsetGet
TList::offsetGet() in TList.php
Returns the item at the specified offset.
offsetSet
TPriorityList::offsetSet() in TPriorityList.php
Sets the element at the specified offset. This method is required by the interface ArrayAccess.
offsetSet
TPriorityMap::offsetSet() in TPriorityMap.php
Sets the element at the specified offset.
offsetSet
TList::offsetSet() in TList.php
Sets the item at the specified offset.
offsetSet
TMap::offsetSet() in TMap.php
Sets the element at the specified offset.
offsetUnset
TPriorityMap::offsetUnset() in TPriorityMap.php
Unsets the element at the specified offset.
offsetUnset
Unsets the item at the specified offset.
offsetUnset
TPriorityList::offsetUnset() in TPriorityList.php
Unsets the element at the specified offset.
offsetUnset
Unsets the element at the specified offset.
onFetchData
TPagedList::onFetchData() in TPagedList.php
Raises OnFetchData event.
onPageIndexChanged
Raises OnPageIndexChanged event.
p
top
peek
TQueue::peek() in TQueue.php
Returns the first item at the front of the queue.
peek
TStack::peek() in TStack.php
Returns the item at the top of the stack.
pop
TStack::pop() in TStack.php
Pops up the item at the top of the stack.
previousPage
TPagedList::previousPage() in TPagedList.php
Switches to the previous page.
priorityAt
TPriorityList::priorityAt() in TPriorityList.php
Retutrns the priority of an item at a particular flattened index.
priorityAt
TPriorityMap::priorityAt() in TPriorityMap.php
Retutrns the priority of an item at a particular flattened index.
priorityOf
TPriorityMap::priorityOf() in TPriorityMap.php
Returns the priority of a particular item within the map. This searches the map for the item.
priorityOf
TPriorityList::priorityOf() in TPriorityList.php
Returns the priority of a particular item
push
TStack::push() in TStack.php
Pushes an item into the stack.
r
top
remove
TPriorityMap::remove() in TPriorityMap.php
Removes an item from the map by its key. If no priority, or false, is specified
remove
TAttributeCollection::remove() in TAttributeCollection.php
Removes an item from the map by its key.
remove
TList::remove() in TList.php
Removes an item from the list.
remove
TPriorityList::remove() in TPriorityList.php
Removes an item from the priority list.
remove
TMap::remove() in TMap.php
Removes an item from the map by its key.
removeAt
TList::removeAt() in TList.php
Removes an item at the specified position.
removeAt
TPriorityList::removeAt() in TPriorityList.php
Removes an item at the specified index in the flattened list.
removeAtIndexInPriority
Removes the item at a specific index within a priority. Override and call this method to insert your own functionality.
rewind
Rewinds internal array pointer.
rewind
Rewinds internal array pointer.
rewind
TPagedListIterator::rewind() in TPagedDataSource.php
Rewinds internal array pointer.
rewind
TDummyDataSourceIterator::rewind() in TDummyDataSource.php
Rewinds internal array pointer.
rewind
Rewinds internal array pointer.
rewind
Rewinds internal array pointer.
rewind
TPagedMapIterator::rewind() in TPagedDataSource.php
Rewinds internal array pointer.
s
top
saveState
TListItemCollection::saveState() in TListItemCollection.php
Saves state of items.
setAllowCustomPaging
setAllowPaging
TPagedDataSource::setAllowPaging() in TPagedDataSource.php
setCaseSensitive
TAttributeCollection::setCaseSensitive() in TAttributeCollection.php
setCurrentPageIndex
setCurrentPageIndex
setCustomPaging
setData
setDataSource
TPagedDataSource::setDataSource() in TPagedDataSource.php
setDefaultPriority
This must be called internally or when instantiated.
setDefaultPriority
This must be called internally or when instantiated.
setPageSize
TPagedDataSource::setPageSize() in TPagedDataSource.php
setPageSize
TPagedList::setPageSize() in TPagedList.php
setPrecision
TPriorityMap::setPrecision() in TPriorityMap.php
This must be called internally or when instantiated.
setPrecision
TPriorityList::setPrecision() in TPriorityList.php
This must be called internally or when instantiated.
setPriorityAt
TPriorityMap::setPriorityAt() in TPriorityMap.php
This changes an item's priority. Specify the item and the new priority.
setReadOnly
setReadOnly
TPriorityMap::setReadOnly() in TPriorityMap.php
setReadOnly
setVirtualCount
setVirtualItemCount
sortPriorities
TPriorityMap::sortPriorities() in TPriorityMap.php
Orders the priority list internally.
sortPriorities
TPriorityList::sortPriorities() in TPriorityList.php
This orders the priority list internally.
t
top
TAttributeCollection.php
TAttributeCollection.php in TAttributeCollection.php
TDummyDataSource.php
TDummyDataSource.php in TDummyDataSource.php
TList.php
TList.php in TList.php
TListItemCollection.php
TListItemCollection.php in TListItemCollection.php
TMap.php
TMap.php in TMap.php
TPagedDataSource.php
TPagedDataSource.php in TPagedDataSource.php
TPagedList.php
TPagedList.php in TPagedList.php
TPriorityList.php
TPriorityList.php in TPriorityList.php
TPriorityMap.php
TPriorityMap.php in TPriorityMap.php
TQueue.php
TQueue.php in TQueue.php
TStack.php
TStack.php in TStack.php
TAttributeCollection
TAttributeCollection in TAttributeCollection.php
TAttributeCollection class
TDummyDataSource
TDummyDataSource in TDummyDataSource.php
TDummyDataSource class
TDummyDataSourceIterator
TDummyDataSourceIterator in TDummyDataSource.php
TDummyDataSourceIterator class
TList
TList in TList.php
TList class
TListItemCollection
TListItemCollection in TListItemCollection.php
TListItemCollection class.
TListIterator
TListIterator in TList.php
TListIterator class
TMap
TMap in TMap.php
TMap class
TMapIterator
TMapIterator in TMap.php
TMapIterator class
toArray
TPriorityList::toArray() in TPriorityList.php
toArray
TQueue::toArray() in TQueue.php
toArray
TPriorityMap::toArray() in TPriorityMap.php
When the map is flattened into an array, the priorities are taken into account and elements of the map are ordered in the array according to their priority.
toArray
TStack::toArray() in TStack.php
toArray
TPagedList::toArray() in TPagedList.php
toArray
TMap::toArray() in TMap.php
toArray
TList::toArray() in TList.php
toArrayAbovePriority
Combines the map elements which have a priority above the parameter value
toArrayAbovePriority
Combines the map elements which have a priority above the parameter value
toArrayBelowPriority
Combines the map elements which have a priority below the parameter value
toArrayBelowPriority
Combines the map elements which have a priority below the parameter value
toPriorityArray
TPagedDataSource
TPagedDataSource in TPagedDataSource.php
TPagedDataSource class
TPagedList
TPagedList in TPagedList.php
TPagedList class
TPagedListFetchDataEventParameter
TPagedListFetchDataEventParameter class.
TPagedListIterator
TPagedListIterator in TPagedDataSource.php
TPagedListIterator class
TPagedListPageChangedEventParameter
TPagedListPageChangedEventParameter class.
TPagedMapIterator
TPagedMapIterator in TPagedDataSource.php
TPagedMapIterator class
TPriorityList
TPriorityList in TPriorityList.php
TPriorityList class
TPriorityMap
TPriorityMap in TPriorityMap.php
TPriorityMap class
TQueue
TQueue in TQueue.php
TQueue class
TQueueIterator
TQueueIterator in TQueue.php
TQueueIterator class
TStack
TStack in TStack.php
TStack class
TStackIterator
TStackIterator in TStack.php
TStackIterator class
v
top
valid
Returns whether there is an item at current position.
valid
Returns whether there is an item at current position.
valid
TPagedMapIterator::valid() in TPagedDataSource.php
Returns whether there is an item at current position.
valid
TPagedListIterator::valid() in TPagedDataSource.php
Returns whether there is an item at current position.
valid
Returns whether there is an item at current position.
valid
Returns whether there is an element at current position.
valid
TDummyDataSourceIterator::valid() in TDummyDataSource.php
Returns whether there is an item at current position.
a c d e f g h i k l m n o p r s t v _