The SplMaxHeap class

(PHP 5 >= 5.3.0)

Введение

The SplMaxHeap class provides the main functionalities of a heap, keeping the maximum on the top.

Обзор классов

SplMaxHeap extends SplHeap implements Iterator , Countable {
/* Методы */
int compare ( mixed $value1 , mixed $value2 )
/* Наследуемые методы */
abstract int SplHeap::compare ( mixed $value1 , mixed $value2 )
int SplHeap::count ( void )
mixed SplHeap::current ( void )
mixed SplHeap::extract ( void )
void SplHeap::insert ( mixed $value )
bool SplHeap::isEmpty ( void )
mixed SplHeap::key ( void )
void SplHeap::next ( void )
void SplHeap::rewind ( void )
mixed SplHeap::top ( void )
bool SplHeap::valid ( void )
}

Содержание

  • SplMaxHeap::compare — Compare elements in order to place them correctly in the heap while sifting up.

Участник рейтинга Тэглайн 2010