PHP 클래스 Medusa\Tree\EmptyAvlTree

상속: implements IteratorAggregate, implements Medusa\Tree\BinaryTree
파일 보기 프로젝트 열기: keyvanakbary/medusa

공개 메소드들

메소드 설명
add ( $key, $value )
contains ( $key )
getIterator ( )
height ( )
isEmpty ( )
key ( )
left ( )
lookup ( $key )
remove ( $key )
right ( )
search ( $key )
value ( )

메소드 상세

add() 공개 메소드

public add ( $key, $value )

contains() 공개 메소드

public contains ( $key )

getIterator() 공개 메소드

public getIterator ( )

height() 공개 메소드

public height ( )

isEmpty() 공개 메소드

public isEmpty ( )

key() 공개 메소드

public key ( )

left() 공개 메소드

public left ( )

lookup() 공개 메소드

public lookup ( $key )

remove() 공개 메소드

public remove ( $key )

right() 공개 메소드

public right ( )

value() 공개 메소드

public value ( )