suche nach in der

SplMinHeap::compare> <SplMaxHeap::compare
Last updated: Fri, 18 May 2012

view this page in

The SplMinHeap class

(PHP 5 >= 5.3.0)

Einführung

The SplMinHeap class provides the main functionalities of a heap, keeping the minimum on the top.

Klassenbeschreibung

SplMinHeap extends SplHeap implements Iterator , Countable {
/* Methoden */
int compare ( mixed $value1 , mixed $value2 )
/* Geerbte Methoden */
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 )
}

Inhaltsverzeichnis

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


add a note add a note User Contributed Notes
SplMinHeap
There are no user contributed notes for this page.

SplMinHeap::compare> <SplMaxHeap::compare
Last updated: Fri, 18 May 2012