Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Queue<T>

Type parameters

  • T

Hierarchy

  • Queue

Implemented by

Index

Methods

dequeue

  • dequeue(): T

enqueue

  • enqueue(item: T): void

isEmpty

  • isEmpty(): boolean

size

  • size(): number

Generated using TypeDoc