PHP Class Medusa\Tree\EmptyAvlTree

Inheritance: implements IteratorAggregate, implements Medusa\Tree\BinaryTree
Afficher le fichier Open project: keyvanakbary/medusa

Méthodes publiques

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

Method Details

add() public méthode

public add ( $key, $value )

contains() public méthode

public contains ( $key )

getIterator() public méthode

public getIterator ( )

height() public méthode

public height ( )

isEmpty() public méthode

public isEmpty ( )

key() public méthode

public key ( )

left() public méthode

public left ( )

lookup() public méthode

public lookup ( $key )

remove() public méthode

public remove ( $key )

right() public méthode

public right ( )

value() public méthode

public value ( )