X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fclasses%2FDeque.html;h=2bc899a2cd1672dcab37359dacfb9d3437475072;hb=d3a9c958dcc326062e978f22d88747c00522032d;hp=719853d1d7298b5166d5544a49634726e016e7dc;hpb=0d60e26b333c8072404dee45d8602602515b3b22;p=poolifier.git diff --git a/docs/classes/Deque.html b/docs/classes/Deque.html index 719853d1..2bc899a2 100644 --- a/docs/classes/Deque.html +++ b/docs/classes/Deque.html @@ -1,42 +1,42 @@ -Deque | poolifier - v3.1.8

Class Deque<T>Internal

Deque. +Deque | poolifier - v3.1.29

Class Deque<T>Internal

Deque. Implemented with a doubly linked list.

-

Type Parameters

  • T

    Type of deque data.

    -

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