Class MonkeyMap

Description

Located in /Monkey/MonkeyMap.php (line 3)

MonkeyList
   |
   --MonkeyMap
Method Summary
bool Contains (object $key)
object Get (object $key)
ArrayIterator ObjectIterator ()
void Remove (object $key)
void Set (object $key, object $value)
Variables

Inherited Variables

Inherited from MonkeyList

MonkeyList::$_list
Methods
Contains (line 34)

Checks if the $key exists and returns true if it does exist and zoro if it doesn't exist.

  • access: public
bool Contains (object $key)
  • object $key
Get (line 11)

Returns the object with the specified $key

  • access: public
object Get (object $key)
  • object $key
ObjectIterator (line 57)

Return new ArrayIterator of object

  • access: public
ArrayIterator ObjectIterator ()
Remove (line 46)

Removes the value at key and the key

  • access: public
void Remove (object $key)
  • object $key
Set (line 22)

Sets the $value at $key in the map

  • access: public
void Set (object $key, object $value)
  • object $key
  • object $value

Inherited Methods

Inherited From MonkeyList

MonkeyList::__construct()
MonkeyList::AddFirst()
MonkeyList::AddLast()
MonkeyList::Backwards()
MonkeyList::Clear()
MonkeyList::Count()
MonkeyList::First()
MonkeyList::GetDebug()
MonkeyList::IsEmpty()
MonkeyList::Last()
MonkeyList::Objects()
MonkeyList::RemoveFirst()
MonkeyList::RemoveLast()

Documentation generated on Sun, 12 Feb 2012 04:03:23 -0800 by phpDocumentor 1.4.1