X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fclasses%2FDeque.html;h=2bc899a2cd1672dcab37359dacfb9d3437475072;hb=ecde6ea8c439bbdd9dc2ca118731b5006a1a9884;hp=8f9c3a9ecefc86855fe3707553f7cba37cb3c1b0;hpb=a8121a374142573fd761d5dd112d5f91ed1b618f;p=poolifier.git diff --git a/docs/classes/Deque.html b/docs/classes/Deque.html index 8f9c3a9e..2bc899a2 100644 --- a/docs/classes/Deque.html +++ b/docs/classes/Deque.html @@ -1,42 +1,42 @@ -Deque | poolifier - v3.1.6

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