Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Stack<T>

Type parameters

  • T

Hierarchy

  • Stack

Index

Properties

Methods

Properties

Private top

top: Node<T> = null

Methods

isEmpty

  • isEmpty(): boolean

pop

  • pop(): void

push

  • push(val: T): void

size

  • size(): number

Generated using TypeDoc