PHP Interface Medusa\Tree\BinaryTree

Inheritance: extends Traversable
Show file Open project: keyvanakbary/medusa Interface Usage Examples

Public Methods

Method Description
add ( $key, $value )
contains ( $key )
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 )

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