小于 1 分钟
Home > @hz-9/algorithm > ObjectStack
ObjectStack class
A stack implementation based on object.
一个基于对象实现的栈。
Signature:
export declare class ObjectStack<T> implements Stack<T>Implements: Stack<T>
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| boolean | ||
| number |
Methods
Method | Modifiers | Description |
|---|---|---|