Element index for namespace Nette-Collections

[ a ] [ b ] [ c ] [ e ] [ g ] [ h ] [ i ] [ k ] [ o ] [ r ] [ s ] [ t ] [ _ ]

_

__call
in file Collection.php, method Collection::__call()
    Call to undefined method.
__callStatic
in file Collection.php, method Collection::__callStatic()
    Call to undefined static method.
__construct
in file Collection.php, method Collection::__construct()
__get
in file Collection.php, method Collection::__get()
    Returns property value. Do not call directly.
__isset
in file Collection.php, method Collection::__isset()
    Is property defined?
__set
in file Collection.php, method Collection::__set()
    Sets value of a property. Do not call directly.
__unset
in file Collection.php, method Collection::__unset()
    Access to undeclared property.
top

a

add
in file IMap.php, method IMap::add()
add
in file Hashtable.php, method Hashtable::add()
    Inserts the specified element to the map.
append
in file Set.php, method Set::append()
    Appends the specified element to the end of this collection.
append
in file ICollection.php, method ICollection::append()
append
in file Hashtable.php, method Hashtable::append()
    Append is not supported.
append
in file Collection.php, method Collection::append()
    Appends the specified element to the end of this collection.
ArrayList
in file ArrayList.php, class ArrayList
    Provides the base class for a generic list (items can be accessed by index).
ArrayList.php
procedural page ArrayList.php
top

b

$base
in file ArrayList.php, variable ArrayList::$base
beforeAdd
in file Collection.php, method Collection::beforeAdd()
    Responds when the item is about to be added to the collection.
beforeRemove
in file Collection.php, method Collection::beforeRemove()
    Responds when an item is about to be removed from the collection.
top

c

$checkFunc
in file Collection.php, variable Collection::$checkFunc
clear
in file ICollection.php, method ICollection::clear()
clear
in file Collection.php, method Collection::clear()
    Removes all of the elements from this collection.
Collection
in file Collection.php, class Collection
    SPL ArrayObject customization.
Collection.php
procedural page Collection.php
contains
in file ICollection.php, method ICollection::contains()
contains
in file Collection.php, method Collection::contains()
    Returns true if this collection contains the specified item.
top

e

exchangeArray
in file Collection.php, method Collection::exchangeArray()
    Not supported. Use import().
top

g

get
in file Hashtable.php, method Hashtable::get()
    Returns variable or $default if there is no element.
getClass
in file Collection.php, method Collection::getClass()
    Returns the name of the class of this object.
getIterator
in file Collection.php, method Collection::getIterator()
    Returns the iterator.
getKeys
in file IMap.php, method IMap::getKeys()
getKeys
in file Hashtable.php, method Hashtable::getKeys()
    Returns a array of the keys contained in this map.
top

h

Hashtable.php
procedural page Hashtable.php
Hashtable
in file Hashtable.php, class Hashtable
    Provides the base class for a generic collection of keys and values.
top

i

$itemType
in file Collection.php, variable Collection::$itemType
ICollection.php
procedural page ICollection.php
IList.php
procedural page IList.php
IMap.php
procedural page IMap.php
ISet.php
procedural page ISet.php
ICollection
in file ICollection.php, class ICollection
    Defines methods to manipulate generic collections.
IList
in file IList.php, class IList
    Represents a collection of objects that can be individually accessed by index (ordered collection)
IMap
in file IMap.php, class IMap
    Represents a generic collection of key/value pairs.
import
in file Collection.php, method Collection::import()
    Import from array or any traversable object.
import
in file Hashtable.php, method Hashtable::import()
    Import from array or any traversable object.
indexOf
in file ArrayList.php, method ArrayList::indexOf()
    Returns the index of the first occurrence of the specified element,.
indexOf
in file IList.php, method IList::indexOf()
insertAt
in file ArrayList.php, method ArrayList::insertAt()
    Inserts the specified element at the specified position in this list.
insertAt
in file IList.php, method IList::insertAt()
ISet
in file ISet.php, class ISet
    A collection that contains no duplicate elements.
isReadOnly
in file ICollection.php, method ICollection::isReadOnly()
isReadOnly
in file Collection.php, method Collection::isReadOnly()
    Returns a value indicating whether collection is read-only.
top

k

KeyNotFoundException
in file Hashtable.php, class KeyNotFoundException
    The exception that is thrown when the key specified for accessing an element in a collection does not match any key.
top

o

offsetExists
in file Set.php, method Set::offsetExists()
    Not supported.
offsetExists
in file Hashtable.php, method Hashtable::offsetExists()
    Exists item? (\ArrayAccess implementation).
offsetExists
in file ArrayList.php, method ArrayList::offsetExists()
    Exists item? (\ArrayAccess implementation).
offsetGet
in file Set.php, method Set::offsetGet()
    Not supported.
offsetGet
in file Hashtable.php, method Hashtable::offsetGet()
    Returns item (\ArrayAccess implementation).
offsetGet
in file ArrayList.php, method ArrayList::offsetGet()
    Returns item (\ArrayAccess implementation).
offsetSet
in file Set.php, method Set::offsetSet()
    Not supported (only appending).
offsetSet
in file ArrayList.php, method ArrayList::offsetSet()
    Replaces (or appends) the item (\ArrayAccess implementation).
offsetSet
in file Hashtable.php, method Hashtable::offsetSet()
    Inserts (replaces) item (\ArrayAccess implementation).
offsetUnset
in file Set.php, method Set::offsetUnset()
    Not supported.
offsetUnset
in file Hashtable.php, method Hashtable::offsetUnset()
    Removes the element at the specified position in this list.
offsetUnset
in file ArrayList.php, method ArrayList::offsetUnset()
    Removes the element at the specified position in this list.
top

r

$readOnly
in file Collection.php, variable Collection::$readOnly
remove
in file Collection.php, method Collection::remove()
    Removes the first occurrence of the specified element.
remove
in file ICollection.php, method ICollection::remove()
remove
in file ArrayList.php, method ArrayList::remove()
    Removes the first occurrence of the specified element.
top

s

Set.php
procedural page Set.php
search
in file Set.php, method Set::search()
    Returns the index of the first occurrence of the specified element, or FALSE if this collection does not contain this element.
search
in file IMap.php, method IMap::search()
search
in file Hashtable.php, method Hashtable::search()
    Returns the key of the first occurrence of the specified element,.
search
in file Collection.php, method Collection::search()
    Returns the index of the first occurrence of the specified element,.
Set
in file Set.php, class Set
    Provides the base class for a collection that contains no duplicate elements.
setArray
in file Collection.php, method Collection::setArray()
    Protected exchangeArray().
setReadOnly
in file Collection.php, method Collection::setReadOnly()
    Prevent any more modifications.
top

t

throwKeyNotFound
in file Hashtable.php, method Hashtable::throwKeyNotFound()
    Do throw KeyNotFoundException?
top