PHP
downloads | documentation | faq | getting help | mailing lists | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SplMinHeap::compare> <SplMaxHeap::compare
Last updated: Fri, 14 Nov 2008

view this page in

SplMinHeap クラス

導入

SplMinHeap クラスは、ヒープの主要な機能を提供し、最小値を先頭に保ちます。

クラス概要

SplMinHeap
SplMinHeap extends SplHeap implements Iterator , Countable {
/* メソッド */
void SplMinHeap::compare ( mixed $value1 , mixed $value2 )
/* 継承したメソッド */
abstractint 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 )
}

目次



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, 14 Nov 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites