PHP 클래스 PriorityQueue

상속: implements Countable, implements IteratorAggregate
파일 보기 프로젝트 열기: sjardim/Hugopit 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$extractMode
$items
$queue

공개 메소드들

메소드 설명
__clone ( )
__construct ( )
contains ( $data )
count ( )
extract ( )
getIterator ( )
hasPriority ( $priority )
insert ( $item, $priority )
isEmpty ( )
remove ( $item )
setExtractFlags ( $flags )
toArray ( $flag = self::EXTR_DATA )
top ( )

메소드 상세

__clone() 공개 메소드

public __clone ( )

__construct() 공개 메소드

public __construct ( )

contains() 공개 메소드

public contains ( $data )

count() 공개 메소드

public count ( )

extract() 공개 메소드

public extract ( )

getIterator() 공개 메소드

public getIterator ( )

hasPriority() 공개 메소드

public hasPriority ( $priority )

insert() 공개 메소드

public insert ( $item, $priority )

isEmpty() 공개 메소드

public isEmpty ( )

remove() 공개 메소드

public remove ( $item )

setExtractFlags() 공개 메소드

public setExtractFlags ( $flags )

toArray() 공개 메소드

public toArray ( $flag = self::EXTR_DATA )

top() 공개 메소드

public top ( )

프로퍼티 상세

$extractMode 보호되어 있는 프로퍼티

protected $extractMode

$items 보호되어 있는 프로퍼티

protected $items

$queue 보호되어 있는 프로퍼티

protected $queue