Namespaces

  • Nette
    • Application
    • Caching
    • Collections
    • Config
    • Forms
    • IO
    • Loaders
    • Mail
    • Reflection
    • Security
    • Templates
    • Web
  • None
  • PHP

Classes

  • ArrayList
  • Collection
  • Hashtable
  • Set

Interfaces

  • ICollection
  • IList
  • IMap
  • ISet

Exceptions

  • KeyNotFoundException
  • Overview
  • Namespace
  • Class
  • Tree
  • Other releases

Interface IMap

Represents a generic collection of key/value pairs.

Nette\Collections\IMap implements Nette\Collections\ICollection, ArrayAccess

Direct known implementers

Nette\Collections\Hashtable

Indirect known implementers

Nette\Config\Config
Namespace: Nette\Collections
Author: David Grudl
Located at Collections/IMap.php
Methods summary
public
# add( $key, $value )
public
# search( $item )
public
# getKeys( )
Methods inherited from Nette\Collections\ICollection
append(), clear(), contains(), remove()
Methods inherited from IteratorAggregate
getIterator()
Methods inherited from Countable
count()
Methods inherited from ArrayAccess
offsetExists(), offsetGet(), offsetSet(), offsetUnset()
Nette Framework 0.9.7 API documentation generated by ApiGen 2.3.0