Stack-class {liqueueR}R Documentation

A Stack reference class

Description

Derived from the Queue class.

Fields

data

Initial data to populate the stack.

Methods

push(item)

Inserts element at back of the queue.

See Also

Queue-class for information on base class.


[Package liqueueR version 0.0.1 Index]