The Parle\Stack classはじめにParle\Stack is a LIFO stack. The elements are inserted and removed only from one end. クラス概要Parle\Stack
class Parle\Stack
{
/* プロパティ */
public
bool
$empty =
true ;public
int
$size = 0;
public
mixed
$top;
/* メソッド */
public void pop()
public void push(mixed
}$item )プロパティ
|