Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AdaptorContainer<T, Source, This>

Base class for Adaptor Containers.

author

Jeongho Nam - https://github.com/samchon

Type parameters

Hierarchy

Implements

  • IEmpty
  • ISize
  • IPush<T>

Index

Methods

Methods

empty

  • empty(): boolean

Abstract pop

  • pop(): void

push

  • push(...elems: T[]): number

size

  • size(): number

swap

  • swap(obj: This): void

Generated using TypeDoc