update : 2015.11.03
php.shukuma.com

검색:
 
 
The SplHeap class

The SplHeap class

(PHP 5 >= 5.3.0)

소개

The SplHeap class provides the main functionalities of a Heap.

클래스 개요

abstract SplHeap implements Iterator , Countable {
/* 메소드 */
public __construct ( void )
abstract protected int compare ( mixed $value1 , mixed $value2 )
public int count ( void )
public mixed current ( void )
public mixed extract ( void )
public void insert ( mixed $value )
public bool isEmpty ( void )
public mixed key ( void )
public void next ( void )
public void recoverFromCorruption ( void )
public void rewind ( void )
public mixed top ( void )
public bool valid ( void )
}

Table of Contents