Packages:
System.IO
default
System.Web.UI
System.Web.UI.ActiveControls
System.Web.UI.WebControls
System.Web.UI.WebControls.assets
System.Web
System.Web.Services
System.Xml
System.Data.Common.Pgsql
System.Data.Common.Mssql
System.Data.Common
System.Data.Common.Mysql
System.Data.Commom.Sqlite
System.Data.Common.Oracle
System.Data.Common.Sqlite
System.Data
System.Data.ActiveRecord
System.Data.ActiveRecord.Relations
System.Data.ActiveReecord.Scaffold.InputBuilder
System.Data.ActiveRecord.Scaffold
System.Data.DataGateway
System.Data.SqlMap
System.Data.SqlMap.Statements
System.Data.SqlMap.Configuration
System.I18N
System.Util
System
System.Collections
System.Caching
System.Security
System.Exceptions


Classes:
Keyword

Element index for package System.Collections

[ a ] [ c ] [ d ] [ e ] [ g ] [ h ] [ i ] [ k ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ v ] [ _ ]

_

__construct
in file TPagedList.php, method TPagedListPageChangedEventParameter::__construct()
    Constructor.
__construct
in file TPagedList.php, method TPagedListFetchDataEventParameter::__construct()
    Constructor.
__construct
in file TPagedList.php, method TPagedList::__construct()
    Constructor.
__construct
in file TQueue.php, method TQueue::__construct()
    Constructor.
__construct
in file TQueue.php, method TQueueIterator::__construct()
    Constructor.
__construct
in file TStack.php, method TStackIterator::__construct()
    Constructor.
__construct
in file TStack.php, method TStack::__construct()
    Constructor.
__construct
in file TPagedDataSource.php, method TPagedMapIterator::__construct()
    Constructor.
__construct
in file TPagedDataSource.php, method TPagedListIterator::__construct()
    Constructor.
__construct
in file TDummyDataSource.php, method TDummyDataSourceIterator::__construct()
    Constructor.
__construct
in file TDummyDataSource.php, method TDummyDataSource::__construct()
    Constructor.
__construct
in file TList.php, method TList::__construct()
    Constructor.
__construct
in file TList.php, method TListIterator::__construct()
    Constructor.
__construct
in file TMap.php, method TMapIterator::__construct()
    Constructor.
__construct
in file TMap.php, method TMap::__construct()
    Constructor.
__get
in file TAttributeCollection.php, method TAttributeCollection::__get()
    Returns a property value or an event handler list by property or event name.
__set
in file TAttributeCollection.php, method TAttributeCollection::__set()
    Sets value of a component property.
top

a

add
in file TMap.php, method TMap::add()
    Adds an item into the map.
add
in file TList.php, method TList::add()
    Appends an item at the end of the list.
add
in file TAttributeCollection.php, method TAttributeCollection::add()
    Adds an item into the map.
top

c

canGetProperty
in file TAttributeCollection.php, method TAttributeCollection::canGetProperty()
    Determines whether a property can be read.
canSetProperty
in file TAttributeCollection.php, method TAttributeCollection::canSetProperty()
    Determines whether a property can be set.
clear
in file TList.php, method TList::clear()
    Removes all items in the list.
clear
in file TQueue.php, method TQueue::clear()
    Removes all items in the queue.
clear
in file TStack.php, method TStack::clear()
    Removes all items in the stack.
clear
in file TMap.php, method TMap::clear()
    Removes all items in the map.
contains
in file TMap.php, method TMap::contains()
contains
in file TQueue.php, method TQueue::contains()
contains
in file TStack.php, method TStack::contains()
contains
in file TAttributeCollection.php, method TAttributeCollection::contains()
    Returns whether the specified is in the map.
contains
in file TList.php, method TList::contains()
copyFrom
in file TQueue.php, method TQueue::copyFrom()
    Copies iterable data into the queue.
copyFrom
in file TMap.php, method TMap::copyFrom()
    Copies iterable data into the map.
copyFrom
in file TStack.php, method TStack::copyFrom()
    Copies iterable data into the stack.
copyFrom
in file TList.php, method TList::copyFrom()
    Copies iterable data into the list.
count
in file TQueue.php, method TQueue::count()
    Returns the number of items in the queue.
count
in file TStack.php, method TStack::count()
    Returns the number of items in the stack.
count
in file TMap.php, method TMap::count()
    Returns the number of items in the map.
count
in file TDummyDataSource.php, method TDummyDataSource::count()
    Returns the number of (virtual) items in the data source.
count
in file TList.php, method TList::count()
    Returns the number of items in the list.
count
in file TPagedDataSource.php, method TPagedDataSource::count()
    Returns the number of items in the current page.
current
in file TDummyDataSource.php, method TDummyDataSourceIterator::current()
    Returns the current array item.
current
in file TStack.php, method TStackIterator::current()
    Returns the current array item.
current
in file TQueue.php, method TQueueIterator::current()
    Returns the current array item.
current
in file TPagedDataSource.php, method TPagedListIterator::current()
    Returns the current array item.
current
in file TMap.php, method TMapIterator::current()
    Returns the current array element.
current
in file TPagedDataSource.php, method TPagedMapIterator::current()
    Returns the current array item.
current
in file TList.php, method TListIterator::current()
    Returns the current array item.
top

d

dequeue
in file TQueue.php, method TQueue::dequeue()
    Removes and returns the object at the beginning of the queue.
top

e

enqueue
in file TQueue.php, method TQueue::enqueue()
    Adds an object to the end of the queue.
top

g

getAllowCustomPaging
in file TPagedDataSource.php, method TPagedDataSource::getAllowCustomPaging()
getAllowPaging
in file TPagedDataSource.php, method TPagedDataSource::getAllowPaging()
getCaseSensitive
in file TAttributeCollection.php, method TAttributeCollection::getCaseSensitive()
getCount
in file TStack.php, method TStack::getCount()
getCount
in file TPagedDataSource.php, method TPagedDataSource::getCount()
getCount
in file TMap.php, method TMap::getCount()
getCount
in file TQueue.php, method TQueue::getCount()
getCount
in file TList.php, method TList::getCount()
getCount
in file TDummyDataSource.php, method TDummyDataSource::getCount()
getCount
in file TPagedList.php, method TPagedList::getCount()
getCurrentPageIndex
in file TPagedDataSource.php, method TPagedDataSource::getCurrentPageIndex()
getCurrentPageIndex
in file TPagedList.php, method TPagedList::getCurrentPageIndex()
getCustomPaging
in file TPagedList.php, method TPagedList::getCustomPaging()
getData
in file TPagedList.php, method TPagedListFetchDataEventParameter::getData()
getDataSource
in file TPagedDataSource.php, method TPagedDataSource::getDataSource()
getDataSourceCount
in file TPagedDataSource.php, method TPagedDataSource::getDataSourceCount()
getFirstIndexInPage
in file TPagedDataSource.php, method TPagedDataSource::getFirstIndexInPage()
getIsFirstPage
in file TPagedList.php, method TPagedList::getIsFirstPage()
getIsFirstPage
in file TPagedDataSource.php, method TPagedDataSource::getIsFirstPage()
getIsLastPage
in file TPagedDataSource.php, method TPagedDataSource::getIsLastPage()
getIsLastPage
in file TPagedList.php, method TPagedList::getIsLastPage()
getIterator
in file TDummyDataSource.php, method TDummyDataSource::getIterator()
getIterator
in file TPagedList.php, method TPagedList::getIterator()
getIterator
in file TList.php, method TList::getIterator()
    Returns an iterator for traversing the items in the list.
getIterator
in file TStack.php, method TStack::getIterator()
    Returns an iterator for traversing the items in the stack.
getIterator
in file TQueue.php, method TQueue::getIterator()
    Returns an iterator for traversing the items in the queue.
getIterator
in file TPagedDataSource.php, method TPagedDataSource::getIterator()
getIterator
in file TMap.php, method TMap::getIterator()
    Returns an iterator for traversing the items in the list.
getKeys
in file TMap.php, method TMap::getKeys()
getLimit
in file TPagedList.php, method TPagedListFetchDataEventParameter::getLimit()
getNewPageIndex
in file TPagedList.php, method TPagedListFetchDataEventParameter::getNewPageIndex()
getOffset
in file TPagedList.php, method TPagedListFetchDataEventParameter::getOffset()
getOldPageIndex
in file TPagedList.php, method TPagedListPageChangedEventParameter::getOldPageIndex()
getPageCount
in file TPagedDataSource.php, method TPagedDataSource::getPageCount()
getPageCount
in file TPagedList.php, method TPagedList::getPageCount()
getPageSize
in file TPagedList.php, method TPagedList::getPageSize()
getPageSize
in file TPagedDataSource.php, method TPagedDataSource::getPageSize()
getReadOnly
in file TList.php, method TList::getReadOnly()
getReadOnly
in file TMap.php, method TMap::getReadOnly()
getVirtualCount
in file TPagedList.php, method TPagedList::getVirtualCount()
getVirtualItemCount
in file TPagedDataSource.php, method TPagedDataSource::getVirtualItemCount()
gotoPage
in file TPagedList.php, method TPagedList::gotoPage()
    Changes to a page with the specified page index.
top

h

hasProperty
in file TAttributeCollection.php, method TAttributeCollection::hasProperty()
    Determines whether a property is defined.
top

i

indexOf
in file TPagedList.php, method TPagedList::indexOf()
indexOf
in file TList.php, method TList::indexOf()
insertAt
in file TList.php, method TList::insertAt()
    Inserts an item at the specified position.
itemAt
in file TPagedList.php, method TPagedList::itemAt()
    Returns the item at the specified offset.
itemAt
in file TList.php, method TList::itemAt()
    Returns the item at the specified offset.
itemAt
in file TAttributeCollection.php, method TAttributeCollection::itemAt()
    Returns the item with the specified key.
itemAt
in file TMap.php, method TMap::itemAt()
    Returns the item with the specified key.
top

k

key
in file TQueue.php, method TQueueIterator::key()
    Returns the key of the current array item.
key
in file TStack.php, method TStackIterator::key()
    Returns the key of the current array item.
key
in file TPagedDataSource.php, method TPagedMapIterator::key()
    Returns the key of the current array item.
key
in file TPagedDataSource.php, method TPagedListIterator::key()
    Returns the key of the current array item.
key
in file TList.php, method TListIterator::key()
    Returns the key of the current array item.
key
in file TMap.php, method TMapIterator::key()
    Returns the key of the current array element.
key
in file TDummyDataSource.php, method TDummyDataSourceIterator::key()
    Returns the key of the current array item.
top

m

mergeWith
in file TMap.php, method TMap::mergeWith()
    Merges iterable data into the map.
mergeWith
in file TList.php, method TList::mergeWith()
    Merges iterable data into the map.
top

n

next
in file TQueue.php, method TQueueIterator::next()
    Moves the internal pointer to the next array item.
next
in file TStack.php, method TStackIterator::next()
    Moves the internal pointer to the next array item.
next
in file TPagedDataSource.php, method TPagedMapIterator::next()
    Moves the internal pointer to the next array item.
next
in file TPagedDataSource.php, method TPagedListIterator::next()
    Moves the internal pointer to the next array item.
next
in file TMap.php, method TMapIterator::next()
    Moves the internal pointer to the next array element.
next
in file TDummyDataSource.php, method TDummyDataSourceIterator::next()
    Moves the internal pointer to the next array item.
next
in file TList.php, method TListIterator::next()
    Moves the internal pointer to the next array item.
nextPage
in file TPagedList.php, method TPagedList::nextPage()
    Switches to the next page.
top

o

offsetExists
in file TPagedList.php, method TPagedList::offsetExists()
    Returns whether there is an item at the specified offset.
offsetExists
in file TMap.php, method TMap::offsetExists()
    Returns whether there is an element at the specified offset.
offsetExists
in file TList.php, method TList::offsetExists()
    Returns whether there is an item at the specified offset.
offsetGet
in file TPagedList.php, method TPagedList::offsetGet()
    Returns the item at the specified offset.
offsetGet
in file TMap.php, method TMap::offsetGet()
    Returns the element at the specified offset.
offsetGet
in file TList.php, method TList::offsetGet()
    Returns the item at the specified offset.
offsetSet
in file TList.php, method TList::offsetSet()
    Sets the item at the specified offset.
offsetSet
in file TMap.php, method TMap::offsetSet()
    Sets the element at the specified offset.
offsetUnset
in file TList.php, method TList::offsetUnset()
    Unsets the item at the specified offset.
offsetUnset
in file TMap.php, method TMap::offsetUnset()
    Unsets the element at the specified offset.
onFetchData
in file TPagedList.php, method TPagedList::onFetchData()
    Raises OnFetchData event.
onPageIndexChanged
in file TPagedList.php, method TPagedList::onPageIndexChanged()
    Raises OnPageIndexChanged event.
top

p

peek
in file TQueue.php, method TQueue::peek()
    Returns the item at the top of the queue.
peek
in file TStack.php, method TStack::peek()
    Returns the item at the top of the stack.
pop
in file TStack.php, method TStack::pop()
    Pops up the item at the top of the stack.
previousPage
in file TPagedList.php, method TPagedList::previousPage()
    Switches to the previous page.
push
in file TStack.php, method TStack::push()
    Pushes an item into the stack.
top

r

remove
in file TAttributeCollection.php, method TAttributeCollection::remove()
    Removes an item from the map by its key.
remove
in file TList.php, method TList::remove()
    Removes an item from the list.
remove
in file TMap.php, method TMap::remove()
    Removes an item from the map by its key.
removeAt
in file TList.php, method TList::removeAt()
    Removes an item at the specified position.
rewind
in file TQueue.php, method TQueueIterator::rewind()
    Rewinds internal array pointer.
rewind
in file TStack.php, method TStackIterator::rewind()
    Rewinds internal array pointer.
rewind
in file TPagedDataSource.php, method TPagedMapIterator::rewind()
    Rewinds internal array pointer.
rewind
in file TMap.php, method TMapIterator::rewind()
    Rewinds internal array pointer.
rewind
in file TList.php, method TListIterator::rewind()
    Rewinds internal array pointer.
rewind
in file TDummyDataSource.php, method TDummyDataSourceIterator::rewind()
    Rewinds internal array pointer.
rewind
in file TPagedDataSource.php, method TPagedListIterator::rewind()
    Rewinds internal array pointer.
top

s

setAllowCustomPaging
in file TPagedDataSource.php, method TPagedDataSource::setAllowCustomPaging()
setAllowPaging
in file TPagedDataSource.php, method TPagedDataSource::setAllowPaging()
setCaseSensitive
in file TAttributeCollection.php, method TAttributeCollection::setCaseSensitive()
setCurrentPageIndex
in file TPagedDataSource.php, method TPagedDataSource::setCurrentPageIndex()
setCurrentPageIndex
in file TPagedList.php, method TPagedList::setCurrentPageIndex()
setCustomPaging
in file TPagedList.php, method TPagedList::setCustomPaging()
setData
in file TPagedList.php, method TPagedListFetchDataEventParameter::setData()
setDataSource
in file TPagedDataSource.php, method TPagedDataSource::setDataSource()
setPageSize
in file TPagedList.php, method TPagedList::setPageSize()
setPageSize
in file TPagedDataSource.php, method TPagedDataSource::setPageSize()
setReadOnly
in file TList.php, method TList::setReadOnly()
setReadOnly
in file TMap.php, method TMap::setReadOnly()
setVirtualCount
in file TPagedList.php, method TPagedList::setVirtualCount()
setVirtualItemCount
in file TPagedDataSource.php, method TPagedDataSource::setVirtualItemCount()
top

t

TAttributeCollection.php
procedural page TAttributeCollection.php
TDummyDataSource.php
procedural page TDummyDataSource.php
TList.php
procedural page TList.php
TMap.php
procedural page TMap.php
TPagedDataSource.php
procedural page TPagedDataSource.php
TPagedList.php
procedural page TPagedList.php
TQueue.php
procedural page TQueue.php
TStack.php
procedural page TStack.php
TAttributeCollection
in file TAttributeCollection.php, class TAttributeCollection
    TAttributeCollection class
TDummyDataSource
in file TDummyDataSource.php, class TDummyDataSource
    TDummyDataSource class
TDummyDataSourceIterator
in file TDummyDataSource.php, class TDummyDataSourceIterator
    TDummyDataSourceIterator class
TList
in file TList.php, class TList
    TList class
TListIterator
in file TList.php, class TListIterator
    TListIterator class
TMap
in file TMap.php, class TMap
    TMap class
TMapIterator
in file TMap.php, class TMapIterator
    TMapIterator class
toArray
in file TPagedList.php, method TPagedList::toArray()
toArray
in file TQueue.php, method TQueue::toArray()
toArray
in file TMap.php, method TMap::toArray()
toArray
in file TList.php, method TList::toArray()
toArray
in file TStack.php, method TStack::toArray()
TPagedDataSource
in file TPagedDataSource.php, class TPagedDataSource
    TPagedDataSource class
TPagedList
in file TPagedList.php, class TPagedList
    TPagedList class
TPagedListFetchDataEventParameter
in file TPagedList.php, class TPagedListFetchDataEventParameter
    TPagedListFetchDataEventParameter class.
TPagedListIterator
in file TPagedDataSource.php, class TPagedListIterator
    TPagedListIterator class
TPagedListPageChangedEventParameter
in file TPagedList.php, class TPagedListPageChangedEventParameter
    TPagedListPageChangedEventParameter class.
TPagedMapIterator
in file TPagedDataSource.php, class TPagedMapIterator
    TPagedMapIterator class
TQueue
in file TQueue.php, class TQueue
    TQueue class
TQueueIterator
in file TQueue.php, class TQueueIterator
    TQueueIterator class
TStack
in file TStack.php, class TStack
    TStack class
TStackIterator
in file TStack.php, class TStackIterator
    TStackIterator class
top

v

valid
in file TQueue.php, method TQueueIterator::valid()
    Returns whether there is an item at current position.
valid
in file TStack.php, method TStackIterator::valid()
    Returns whether there is an item at current position.
valid
in file TPagedDataSource.php, method TPagedMapIterator::valid()
    Returns whether there is an item at current position.
valid
in file TPagedDataSource.php, method TPagedListIterator::valid()
    Returns whether there is an item at current position.
valid
in file TList.php, method TListIterator::valid()
    Returns whether there is an item at current position.
valid
in file TMap.php, method TMapIterator::valid()
    Returns whether there is an element at current position.
valid
in file TDummyDataSource.php, method TDummyDataSourceIterator::valid()
    Returns whether there is an item at current position.
top