X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fclasses%2FDeque.html;h=af949b9defa1e90a37d1e59ac1251625224de4b2;hb=a4bc8d0e51cf7f72567c4def19e5f791f148fdca;hp=5f420a8058e3f3533aa46b2afb74ee43474f869b;hpb=b8450a656d007edd200fdf785563d3a268bc09c6;p=poolifier.git diff --git a/docs/classes/Deque.html b/docs/classes/Deque.html index 5f420a80..af949b9d 100644 --- a/docs/classes/Deque.html +++ b/docs/classes/Deque.html @@ -1,7 +1,7 @@ -Deque | poolifier - v3.1.9

Class Deque<T>Internal

Deque. +Deque | poolifier - v3.1.16

Class Deque<T>Internal

Deque. Implemented with a doubly linked list.

-

Type Parameters

  • T

    Type of deque data.

    -

Constructors

Type Parameters

  • T

    Type of deque data.

    +

Constructors

Properties

head? maxSize size @@ -16,27 +16,27 @@ Implemented with a doubly linked list.

push shift unshift -

Constructors

Properties

head?: Node<T>
maxSize: number

The maximum size of the deque.

-
size: number

The size of the deque.

-
tail?: Node<T>

Methods

  • Returns an iterator for the deque.

    -

    Returns Iterator<T, any, undefined>

    An iterator for the deque.

    +

Constructors

Properties

head?: Node<T>
maxSize: number

The maximum size of the deque.

+
size: number

The size of the deque.

+
tail?: Node<T>

Methods

  • Returns an backward iterator for the deque.

    -

    Returns Iterable<T>

    An backward iterator for the deque.

    +

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file