X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fclasses%2FDeque.html;h=c8db26f52715b2e443d817f8254e8b466d39a486;hb=5c7409cc1568037f14bef036f5eaf44d7a523166;hp=c5f07bfae05c98e0e408de4155a608eb88064382;hpb=efa4dae64207a27154132ed0de1fe9259e7c7a03;p=poolifier.git diff --git a/docs/classes/Deque.html b/docs/classes/Deque.html index c5f07bfa..c8db26f5 100644 --- a/docs/classes/Deque.html +++ b/docs/classes/Deque.html @@ -1,7 +1,7 @@ -Deque | poolifier - v3.0.10

Class Deque<T>Internal

Deque. +Deque | poolifier - v3.1.19

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

maxSize: number

The maximum size of the deque.

+
size: number

The size of the deque.

+

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