Function
| Static Public Summary | ||
| public | 
       DllNode(prev: *, next: *, value: *)  | 
    |
| public | 
       DllQueue() DllQueue#peek only valid if DllQueue#empty is false.  | 
    |
| public | 
       IfQueue() IfQueue#peek only valid if IfQueue#empty is false.  | 
    |
| public | 
       Node(value: *, next: *)  | 
    |
| public | 
      
       NodeQueue#peek only valid if NodeQueue#empty is false.  | 
    |
Static Public
public DllNode(prev: *, next: *, value: *) source
import DllNode from 'aureooms-js-fifo/src/DllNode.js'Params:
| Name | Type | Attribute | Description | 
| prev | * | ||
| next | * | ||
| value | * | 
public DllQueue() source
import DllQueue from 'aureooms-js-fifo/src/DllQueue.js'DllQueue#peek only valid if DllQueue#empty is false. DllQueue#shift only valid if DllQueue#empty is false.
public IfQueue() source
import IfQueue from 'aureooms-js-fifo/src/IfQueue.js'IfQueue#peek only valid if IfQueue#empty is false. IfQueue#shift only valid if IfQueue#empty is false.
public Node(value: *, next: *) source
import Node from 'aureooms-js-fifo/src/Node.js'Params:
| Name | Type | Attribute | Description | 
| value | * | ||
| next | * | 
public NodeQueue() source
import NodeQueue from 'aureooms-js-fifo/src/NodeQueue.js'NodeQueue#peek only valid if NodeQueue#empty is false. NodeQueue#shift only valid if NodeQueue#empty is false.