Read Me - Common Public License V1.0 - Copyright Notice(©)

supplier


>>-supplier(-+----------+-)------------------------------------><
             +--order---+

Returns a Supplier () object for the collection. The supplier allows you to iterate over the items that were in the queue at the time of the supplier's creation.

The supplier will iterate over the items in the specified [order] . (Only the capitalized letter is needed; all characters following it are ignored.)

Fifo

First-in, first-out, default

Lifo

Last-in, first-out (stacklike)

Read Me - Common Public License V1.0 - Copyright Notice(©)