PHP Class Medusa\Stack\EmptyStack

Inheritance: implements IteratorAggregate, implements Medusa\Stack\Stack
Show file Open project: keyvanakbary/medusa

Public Methods

Method Description
count ( )
getIterator ( )
isEmpty ( )
peek ( )
pop ( )
push ( $value )
reverse ( )

Method Details

count() public method

public count ( )

getIterator() public method

public getIterator ( )

isEmpty() public method

public isEmpty ( )

peek() public method

public peek ( )

pop() public method

public pop ( )

push() public method

public push ( $value )

reverse() public method

public reverse ( )