Element index for package collections
Package indexes
[ a ]
[ c ]
[ d ]
[ e ]
[ g ]
[ i ]
[ m ]
[ o ]
[ p ]
[ r ]
[ s ]
[ w ]
[ _ ]
c
- clear
- in file WindList.php, method WindList::clear()
清空WindList
- clear
- in file WindStack.php, method WindStack::clear()
清空队列
- clear
- in file WindQueue.php, method WindQueue::clear()
清空队列
- clear
- in file WindSortedList.php, method WindSortedList::clear()
从 SortedList 对象中移除所有元素。
- contain
- in file WindList.php, method WindList::contain()
判断WindList中是否包含指定项
- contain
- in file WindStack.php, method WindStack::contain()
确定某元素是否在 Stack中。
- contain
- in file WindQueue.php, method WindQueue::contain()
确定某元素是否在 Queue中。
- containAt
- in file WindList.php, method WindList::containAt()
判断WindList中是否包含指定的索引
- contains
- in file WindSortedList.php, method WindSortedList::contains()
确定 WindSortedList对象是否包含特定的键。
- containsIndex
- in file WindSortedList.php, method WindSortedList::containsIndex()
根据指定的索引确定 WindSortedList对象是否包含特定的键。
- containsKey
- in file WindSortedList.php, method WindSortedList::containsKey()
确定 WindSortedList对象是否包含特定的键。
- containsValue
- in file WindSortedList.php, method WindSortedList::containsValue()
确定 WindSortedList对象是否包含特定值。
- count
- in file WindStack.php, method WindStack::count()
- count
- in file WindQueue.php, method WindQueue::count()
- count
- in file WindSortedList.php, method WindSortedList::count()
- count
- in file WindList.php, method WindList::count()
g
- getCount
- in file WindList.php, method WindList::getCount()
取得集合的总数
- getCount
- in file WindStack.php, method WindStack::getCount()
取得堆栈个数
- getCount
- in file WindQueue.php, method WindQueue::getCount()
取得队列个数
- getCount
- in file WindSortedList.php, method WindSortedList::getCount()
返回集合的总数
- getIsFixedSize
- in file WindSortedList.php, method WindSortedList::getIsFixedSize()
取得集合是否是固定大小
- getIsFixedSize
- in file WindList.php, method WindList::getIsFixedSize()
取得集合是否是固定大小
- getIsReadOnly
- in file WindList.php, method WindList::getIsReadOnly()
取得集合是否只读
- getIsReadOnly
- in file WindSortedList.php, method WindSortedList::getIsReadOnly()
取得集合是否只读
- getIterator
- in file WindQueue.php, method WindQueue::getIterator()
取得队列的迭代器
- getIterator
- in file WindSortedList.php, method WindSortedList::getIterator()
取得WindSortedList集合迭代器
- getIterator
- in file WindStack.php, method WindStack::getIterator()
取得堆栈的迭代器
- getIterator
- in file WindList.php, method WindList::getIterator()
取得集合的迭代器
- getKey
- in file WindSortedList.php, method WindSortedList::getKey()
获取 WindSortedList 对象的指定索引处的键。
- getKeyList
- in file WindSortedList.php, method WindSortedList::getKeyList()
获取WindSortedList 对象中的键。
- getList
- in file WindList.php, method WindList::getList()
- getValueList
- in file WindSortedList.php, method WindSortedList::getValueList()
获取WindSortedList 对象中的值。
|
|