PHP 클래스 Medusa\Queue\PersistentQueue

상속: implements IteratorAggregate, implements Medusa\Queue\Queue
파일 보기 프로젝트 열기: keyvanakbary/medusa

공개 메소드들

메소드 설명
__construct ( Medusa\Stack\Stack $forwards, Medusa\Stack\Stack $backwards, $count )
count ( )
createEmpty ( )
dequeue ( )
enqueue ( $value )
getIterator ( )
isEmpty ( )
peek ( )

비공개 메소드들

메소드 설명
reversedBackwards ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Medusa\Stack\Stack $forwards, Medusa\Stack\Stack $backwards, $count )
$forwards Medusa\Stack\Stack
$backwards Medusa\Stack\Stack

count() 공개 메소드

public count ( )

createEmpty() 공개 정적인 메소드

public static createEmpty ( )

dequeue() 공개 메소드

public dequeue ( )

enqueue() 공개 메소드

public enqueue ( $value )

getIterator() 공개 메소드

public getIterator ( )

isEmpty() 공개 메소드

public isEmpty ( )

peek() 공개 메소드

public peek ( )