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

search for in the

SplPriorityQueue::compare> <SplMinHeap::compare
Last updated: Fri, 13 Nov 2009

view this page in

SplPriorityQueue クラス

導入

SplPriorityQueue クラスは、優先順位つきキューの主要な機能を提供します。 ヒープを使用して実装しています。

クラス概要

SplPriorityQueue
SplPriorityQueue implements Iterator , Countable {
/* メソッド */
__construct ( void )
void compare ( mixed $priority1 , mixed $priority2 )
int count ( void )
mixed current ( void )
mixed extract ( void )
void insert ( mixed $value , mixed $priority )
bool isEmpty ( void )
mixed key ( void )
void next ( void )
void recoverFromCorruption ( void )
void rewind ( void )
void setExtractFlags ( int $flags )
mixed top ( void )
bool valid ( void )
}

目次



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

SplPriorityQueue::compare> <SplMinHeap::compare
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites