X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fclasses%2FDeque.html;h=be65a6c7909265334961058a4e2622c58e399d79;hb=e1ba9765afbf97436250d19f28c818221ebc10b9;hp=c7cba7a95bfaa3a1f1896ef848a84e7b84c83124;hpb=b4e93467358d93166716dc6e5075d58c18c961c7;p=poolifier.git diff --git a/docs/classes/Deque.html b/docs/classes/Deque.html index c7cba7a9..be65a6c7 100644 --- a/docs/classes/Deque.html +++ b/docs/classes/Deque.html @@ -1,42 +1,42 @@ -Deque | poolifier - v3.0.6

Class Deque<T>Internal

Deque. +Deque | poolifier - v3.1.28

Class Deque<T>Internal

Deque. Implemented with a doubly linked list.

-

Type Parameters

  • T

    Type of deque data.

    -

Hierarchy

  • 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 iterator for the deque.

    -

    Returns Iterator<T, any, undefined>

    An iterator for the deque.

    +

Type Parameters

  • T

    Type of deque data.

    +

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