PHP Class Medusa\Tree\EmptyAvlTree

Inheritance: implements IteratorAggregate, implements Medusa\Tree\BinaryTree
Show file Open project: keyvanakbary/medusa

Public Methods

Method Description
add ( $key, $value )
contains ( $key )
getIterator ( )
height ( )
isEmpty ( )
key ( )
left ( )
lookup ( $key )
remove ( $key )
right ( )
search ( $key )
value ( )

Method Details

add() public method

public add ( $key, $value )

contains() public method

public contains ( $key )

getIterator() public method

public getIterator ( )

height() public method

public height ( )

isEmpty() public method

public isEmpty ( )

key() public method

public key ( )

left() public method

public left ( )

lookup() public method

public lookup ( $key )

remove() public method

public remove ( $key )

right() public method

public right ( )

value() public method

public value ( )