phpDocumentor collections
[ class tree: collections ] [ index: collections ] [ all elements ]

Element index for package collections

Package indexes

[ a ] [ c ] [ d ] [ e ] [ g ] [ i ] [ m ] [ o ] [ p ] [ r ] [ s ] [ w ] [ _ ]

_

_

__clone
in file WindStack.php, method WindStack::__clone()
    创建 stack的浅表副本。
__clone
in file WindQueue.php, method WindQueue::__clone()
    创建 Queue的浅表副本。
__clone
in file WindSortedList.php, method WindSortedList::__clone()
    创建 WindSortedList对象的浅表副本。
__construct
in file WindSortedList.php, method WindSortedList::__construct()
    WindList 实现有三种类别:只读、固定大小、可变大小。
__construct
in file WindList.php, method WindList::__construct()
    WindList 实现有三种类别:只读、固定大小、可变大小。
a

a

add
in file WindSortedList.php, method WindSortedList::add()
    将带有指定键和值的元素添加到 WindSortedList 对象。
add
in file WindList.php, method WindList::add()
    向 WindList 中添加项。
c

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()
d

d

dequeue
in file WindQueue.php, method WindQueue::dequeue()
    移除并返回位于 Queue顶部的元素。
e

e

enqueue
in file WindQueue.php, method WindQueue::enqueue()
    将元素添加到 Queue的底部。
g

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 对象中的值。
i

i

indexOf
in file WindList.php, method WindList::indexOf()
    返回指定项的索引,返回-1表向没有指定项
indexOfKey
in file WindSortedList.php, method WindSortedList::indexOfKey()
    返回WindSortedList 对象中指定键的从零开始的索引。
indexOfValue
in file WindSortedList.php, method WindSortedList::indexOfValue()
    返回指定的值在 SortedList 对象中第一个匹配项的从零开始的索引。
insertAt
in file WindList.php, method WindList::insertAt()
    在 WindList 中的指定索引处插入项。
item
in file WindSortedList.php, method WindSortedList::item()
    从WindSortedList中返回指定键的的值
itemAt
in file WindSortedList.php, method WindSortedList::itemAt()
    从WindSortedList中返回指定索引的的值
itemAt
in file WindList.php, method WindList::itemAt()
    取得指定索引的项
m

m

mergeFromArray
in file WindStack.php, method WindStack::mergeFromArray()
    将数组中的值合并到当前tack队列
mergeFromArray
in file WindList.php, method WindList::mergeFromArray()
    将数组中的值合并到WindList
mergeFromArray
in file WindQueue.php, method WindQueue::mergeFromArray()
    将数组中的值合并到当前WindQueue队列
mergeFromList
in file WindList.php, method WindList::mergeFromList()
    将WindList集合合并到WindList
mergeFromQueue
in file WindQueue.php, method WindQueue::mergeFromQueue()
    将WindQueue队列集合合并到当前WindQueue队列
mergeFromStack
in file WindStack.php, method WindStack::mergeFromStack()
    将WindStack堆栈集合合并到当前Stack队列
modify
in file WindList.php, method WindList::modify()
    修改WindList中指定索引的项
o

o

offsetExists
in file WindSortedList.php, method WindSortedList::offsetExists()
offsetExists
in file WindList.php, method WindList::offsetExists()
offsetGet
in file WindSortedList.php, method WindSortedList::offsetGet()
offsetGet
in file WindList.php, method WindList::offsetGet()
offsetSet
in file WindList.php, method WindList::offsetSet()
offsetSet
in file WindSortedList.php, method WindSortedList::offsetSet()
offsetUnset
in file WindSortedList.php, method WindSortedList::offsetUnset()
offsetUnset
in file WindList.php, method WindList::offsetUnset()
p

p

peek
in file WindQueue.php, method WindQueue::peek()
    返回位于 Queue顶部的对象但不将其移除。
peek
in file WindStack.php, method WindStack::peek()
    返回位于 Stack底部的对象但不将其移除。
pop
in file WindStack.php, method WindStack::pop()
    移除并返回位于 Stack 底部的对象。
push
in file WindStack.php, method WindStack::push()
    将元素插入 Stack 的底部。
r

r

remove
in file WindSortedList.php, method WindSortedList::remove()
    从 SortedList 对象中移除带有指定键的元素。
remove
in file WindList.php, method WindList::remove()
    从WindList中移除指定的项
removeAt
in file WindSortedList.php, method WindSortedList::removeAt()
    移除 WindSortedList对象的指定索引处的元素。
removeAt
in file WindList.php, method WindList::removeAt()
    从WindList中移除指定索引的项
s

s

setByIndex
in file WindSortedList.php, method WindSortedList::setByIndex()
    替换WindSortedList对象中指定索引处的值。
setByKey
in file WindSortedList.php, method WindSortedList::setByKey()
    替换WindSortedList对象中指定键处的值。
w

w

WindList.php
procedural page WindList.php
WindQueue.php
procedural page WindQueue.php
WindSortedList.php
procedural page WindSortedList.php
WindStack.php
procedural page WindStack.php
WindList
in file WindList.php, class WindList
WindQueue
in file WindQueue.php, class WindQueue
    队列操作,先进先出
WindSortedList
in file WindSortedList.php, class WindSortedList
    表示键/值对的集合,这些键值对按键排序并可按照键和索引访问。
WindStack
in file WindStack.php, class WindStack
    堆栈操作,先进后出

Documentation generated on Fri, 30 Mar 2012 11:43:24 +0800 by phpDocumentor 1.4.4